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

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

Re: forward/backward word with case sensitivity


From: Kiwon Um
Subject: Re: forward/backward word with case sensitivity
Date: Tue, 28 Jul 2009 01:01:26 -0700 (PDT)
User-agent: G2/1.0

Thanks for your reply.

On 7월28일, 오후4시37분, Thierry Volpiatto <thierry.volpia...@gmail.com>
wrote:
> Hi,
>
> Kiwon Um <um.ki...@gmail.com> writes:
> > Hello, there.
>
> > I'm wondering how to use the case sensitive buffer editing in buffer.
> > For example, in the kill-word function (M-d), how I can set it to kill
> > up to the final lower case, not space, comma, etc. as follows:
> > testFunction()
> > ^ (Here, M-d)
> > Function()
>
> M-z ==> F
>

But this doesn't seem to be the final solution. I just want to work
with case sensitive editing: forward word, backward word, kill word,
etc. not only for special cases.

What I really want to do is that making emacs sensitive to cases in
word recognition. ;)

> ,----[ C-h f zap-to-char RET ]
> | zap-to-char is an interactive compiled Lisp function in `simple.el'.
> |
> | It is bound to M-z.
> |
> | (zap-to-char arg char)
> |
> | Kill up to and including argth occurrence of char.
> | Case is ignored if `case-fold-search' is non-nil in the current buffer.
> | Goes backward if arg is negative; error if char not found.
> |
> | ===*===*===*===*===*===*===*===*===*===*===
> `----
>
> > Please give me an advice...
> > Thanks.
>
> --
> A + Thierry Volpiatto
> Location: Saint-Cyr-Sur-Mer - France


reply via email to

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