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: Tue, 13 Sep 2011 14:22:42 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

> I wanted to choose all chars which is defined as punctuation.
> I wanted to convert them to symbol. So \M-\C-f and \M-\C-b can
> ignore them. Is there any good way for choosing them?
> If not, I have to write a function traversing a given syntax table.

map-char-table should do the trick.

BTW, another way to attack the problem is to leave the syntax-table
alone, but set forward-sexp-function.


        Stefan



reply via email to

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