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: Thierry Volpiatto
Subject: Re: forward/backward word with case sensitivity
Date: Tue, 28 Jul 2009 09:37:44 +0200
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/23.1.50 (gnu/linux)

Hi,

Kiwon Um <um.kiwon@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

,----[ 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]