gnu-emacs-sources
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: edit-list.el v0.1


From: rubikitch
Subject: Re: edit-list.el v0.1
Date: Mon, 31 Mar 2008 14:23:25 +0900 (JST)

From: Michael Olson <address@hidden>
Subject: edit-list.el v0.1
Date: Sun, 30 Mar 2008 21:53:47 -0700

> So you've just added an incorrect entry to auto-mode-alist and want to
> fix it quickly.  `M-x edit-list RET auto-mode-alist RET' to the rescue.
> Make your changes and hit either `C-x C-s' or `C-c C-c' when done.  Or
> just kill the buffer if you change your mind.

Wonderful! I just want it!

>   (interactive "SList to edit: ")

(interactive
  (list (intern (completing-read "Edit list: " obarray 'boundp t nil))))

How about this?

--
rubikitch
Blog: http://d.hatena.ne.jp/rubikitch/
Site: http://www.rubyist.net/~rubikitch/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]