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

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

Re: how to define delimiter ?


From: Nikolaj Schumacher
Subject: Re: how to define delimiter ?
Date: Tue, 16 Sep 2008 10:50:13 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2.50 (darwin)

tomer <tomer1levin@walla.co.il> wrote:

> sorry for the basic question.
> I want to remove the underscore as a delimiter. in other words
> characters concatanate with underscore will be define as single word.

You'll need to use (modify-syntax-entry ?_ "w") in the mode hook.


regards,
Nikolaj Schumacher




reply via email to

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