Re: "insert-shebang" version 0.9.3 released.

2014-02-20 Thread Kevin Rodgers
uery about making the visited file executable. Calls the value of `sh-set-shell-hook' if set. -- Kevin Rodgers Denver, Colorado, USA ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org https://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

switch-to-new-buffer

2010-05-26 Thread Kevin Rodgers
(to any value). Thanks to Stefan Vollmer, Drew Adams, Lennart Borgman, and MON KEY. -- Kevin Rodgers Denver, Colorado, USA switch-to-new-buffer.el Description: application/emacs-lisp ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http

Re: whole-line-or-region

2008-11-29 Thread Kevin Rodgers
mark-page C-x h mark-whole-buffer C-M-@ mark-sexp C-M-h mark-defun M-@ mark-word M-h mark-paragraph C-M-SPC mark-sexp -- Kevin Rodgers Denver, Colorado, USA ___ gnu-emacs-sources mailing

Re: switch-to-new-buffer

2008-09-26 Thread Kevin Rodgers
Some code cleanup: * Renamed new-buffer-name to switch-to-new-buffer-name, added doc string and reference from switch-to-new-buffer's doc string * Named lambda form as switch-to-new-buffer-kill-buffer-query-function * Added copying permissions -- Kevin Rodgers Denver, Colorado, USA s

switch-to-new-buffer

2008-09-26 Thread Kevin Rodgers
Dedicated to Xah. -- Kevin Rodgers Denver, Colorado, USA switch-to-new-buffer.el Description: application/emacs-lisp ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Re: boxquote.el v1.21

2008-05-22 Thread Kevin Rodgers
box with the buffer name" nil)) :group 'boxquote) A bugger? :-) -- Kevin Rodgers Denver, Colorado, USA ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Re: Calendar hack: Displaying ISO weeks, update for emacs 22

2006-12-04 Thread Kevin Rodgers
Richard Stallman wrote: We took out `facemenu-unlisted-faces' because it was a no-op, it did nothing. We were not sure it was worth reimplementing the functionality. But now I see that we should. Why? The only way Affi's calendar-hack.el uses it is: (add-to-list 'facemenu-unlisted-faces '

minibuffer-complete-cycle.el 1.24

2006-07-25 Thread Kevin Rodgers
i.org/emacs/minibuffer-complete-cycle.el -- Kevin Rodgers minibuffer-complete-cycle.el Description: application/emacs-lisp ___ gnu-emacs-sources mailing list gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Re: wajig.el 0.3 --- an interface for wajig

2006-03-01 Thread Kevin Rodgers
search-apt setup showdistupgrade showinstall showremove >showupgrade size sizes snapshot tasksel toupgrade update >)) I think this is more readable: (define-wajig-command auto-clean) ... (define-wajig-command update) -- Kevin Rodgers

igrep.el 2.113

2005-12-20 Thread Kevin Rodgers
htein Andrew M. Scott Yoichi NAKAYAMA Michael Sperber igrep.el 2.112 is available on the Emacs Wiki: * http://www.emacswiki.org/cgi-bin/emacs/igrep.el -- Kevin Rodgers igrep.el Description: application/emacs-lisp ___ Gnu-emacs-sources mailing list Gnu-

Re: babel.el - version 0.3

2005-12-05 Thread Kevin Rodgers
e > ;;;* revised history handling > ;;;* added helper function: babel-wash-regex So is this version 0.3 (as in the Subject) or 0.4? -- Kevin Rodgers ___ Gnu-emacs-sources mailing list Gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Re: Using a Custom Emacs mode

2005-08-08 Thread Kevin Rodgers
s to gnu.emacs.help in the future; that's where I've directed followups to this message. -- Kevin Rodgers ___ Gnu-emacs-sources mailing list Gnu-emacs-sources@gnu.org http://lists.gnu.org/mailman/listinfo/gnu-emacs-sources

Re: snippet.el -- TextMate-like templates

2005-06-28 Thread Kevin Rodgers
snippet-insert ...)) The let form also sets the fn symbol's no-self-insert property, which can't possibly have any effect on the expansion of the abbreviation since the lambda doesn't reference the symbol. -- Kevin Rodgers ___ Gnu-e

apply-mode-line-format.el 1.4

2005-06-03 Thread Kevin Rodgers
t.el defines an ;; eponymous Lisp function that returns any `mode-line-format' template ;; as a string. This is also available at http://www.emacswiki.org/elisp/apply-mode-line-format.el -- Kevin Rodgers apply-mode-line-format.el Description: ap

auto-capitalize.el 2.20

2005-05-25 Thread Kevin Rodgers
I agree with Dave Love that a simple abbrev-based automatic capitalization approach would be preferable (see gnu.emacs.sources message <[EMAIL PROTECTED]>), but here's an update to auto-capitalize.el for anyone still using it. Enjoy! Changes since version 2.19 (posted 16 Jan 2002): * auto-capital