Comment Re:amusing or a dirty trick, depending on your??? (Score 4, Funny) 630
Judging from his marital history, an insertion sort.
Judging from his marital history, an insertion sort.
I have AT&T. I live in San Francisco. AT&T regularly drops calls. I cannot make calls from home without dropping them a minute or two into the conversation. I could not make calls from work until they installed an expensive repeater. Notice that AT&T lost EVERY SINGLE reliability comparison.
For my needs, that makes them the worst provider.
Being an unfortunate customer of AT&T wireless, this means there is no acceptable tower anywhere.
I live in the middle of San Francisco, and AT&T usually provides no service where I work (North Beach), volunteer (Mission), and live (Castro). I once thought sprint was the worst mobile phone company ever but at least I got signal.
Love it! Same thing with file pattern.
(defun my-grep ()
"grep the whole directory for something defaults to term at cursor position"
(interactive)
(setq default (thing-at-point 'symbol))
(setq needle (or (read-string (concat "grep for [" default "]: ")) default))
(setq needle (if (equal needle "") default needle))
(setq pattern (or (read-string "in files [all]: ") "*"))
(setq pattern (if (equal pattern "") "*" pattern))
(grep (concat "egrep -s -n " needle " " pattern "/dev/null")))
Quark! Quark! Beware the quantum duck!