emacs-devel
[Top][All Lists]
Advanced

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

Re: syntax table in minibuffer


From: Stefan Monnier
Subject: Re: syntax table in minibuffer
Date: Fri, 09 Sep 2011 21:44:19 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> When emacs reading file name, I'd like to make the point in minibuffer
> to "/", the file name separator, with \M-\C-b and \M-\C-f.
> Do you want, too?

I'm not sure I'd want that, but it does sound like a reasonable
desire, yes.

> In my knowledge, I have to modify syntax table for minibuffer for
> doing that. However, I cannot find something link
> `minibuffer-local-filename-syntax-table'.

> Could you give me hints for that?

I think you'll need to use minibuffer-with-setup-hook around the
relevant completing-read so as to setup the syntax-table with
set-syntax-table.


        Stefan



reply via email to

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