From: Thierry Volpiatto <thierry.volpiatto@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: forward/backward word with case sensitivity
Date: Tue, 28 Jul 2009 09:37:44 +0200 [thread overview]
Message-ID: <87r5w1l0l3.fsf@tux.homenetwork> (raw)
In-Reply-To: 92744345-13a4-4e5d-8f25-f6c70cd00f3a@i8g2000pro.googlegroups.com
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
next prev parent reply other threads:[~2009-07-28 7:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-28 7:16 forward/backward word with case sensitivity Kiwon Um
2009-07-28 7:37 ` Thierry Volpiatto [this message]
[not found] ` <mailman.3306.1248767060.2239.help-gnu-emacs@gnu.org>
2009-07-28 8:01 ` Kiwon Um
2009-07-28 8:27 ` Anselm Helbig
2009-07-28 9:00 ` Thierry Volpiatto
2009-07-28 9:25 ` Kiwon Um
[not found] ` <mailman.3312.1248772055.2239.help-gnu-emacs@gnu.org>
2009-07-28 9:27 ` Kiwon Um
2009-07-28 10:21 ` Elena
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87r5w1l0l3.fsf@tux.homenetwork \
--to=thierry.volpiatto@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).