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

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

Re: file name aliases, bookmarks and abbrevs


From: Stefan Monnier
Subject: Re: file name aliases, bookmarks and abbrevs
Date: 10 Jul 2003 10:53:51 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3.50

> I love it! But all modes share the `global-abbrev-table', so strings
> like `lisp' and `root' always expand...

> Does there exists a minibuffer abbreviation table ? Or a mechanism of
> "conditional expansion" ? Perhaps using `pre-abbrev-expand-hook' and a
> more sophisticated `alt-bookmark-to-abbrevs'... Any idea welcome!

You could do something like:

   (defun my-setup-minibuffer-abbrev ()
     ...)
   (add-hook 'minibuffer-setup-hook 'my-setup-minibuffer-abbrev)

You could even check minibuffer-completing-file-name in
my-setup-minibuffer-abbrev so the abbrev is only active when entering
a file name.


        Stefan


reply via email to

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