emacs-devel
[Top][All Lists]
Advanced

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

Re: syntax table in minibuffer


From: Masatake YAMATO
Subject: Re: syntax table in minibuffer
Date: Thu, 15 Sep 2011 17:56:49 +0900 (JST)

>> 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.

Thanks. I rewrote the patch using the function.

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

I have no idea which is better. However, it will be nice that minibuffer
can has its own major mode. e.g. minibuffer-filename-mode.

Masatake
 
> 
>         Stefan
> 



reply via email to

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