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

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

Re: advance char


From: Andreas Röhler
Subject: Re: advance char
Date: Thu, 06 Jun 2013 16:33:44 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

Am 06.06.2013 15:01, schrieb Stefan Monnier:
BTW suggest to take shift-char into simple.el

It's the first time I see someone need it, in my almost 20 years of
hacking on Emacs.  So, adding it to simple.el sounds like a really
outlandish proposition.


         Stefan




Needed a couple of function/regexp pairs which where named right-down the 
alphabet, up/downcased again and so on.

For the latter command `reverse-chars' exists already:

(defun reverse-chars (&optional arg)
  "Reverse reciproke chars as \"[\" to \"]\", upcase or downcase,
Switch `\"' with `''

If over a number, add ARG to it.
With negative arg, substract from number.

[ ... ]

;;;;;;;

People interested in this and related basic stuff might have a look into 
misc-utils.el

at

https://launchpad.net/s-x-emacs-werkstatt/







reply via email to

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