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

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

Re: Going to line n, column m


From: stan
Subject: Re: Going to line n, column m
Date: Wed, 8 Oct 2008 22:42:54 -0400

Nikolaj Schumacher wrote:
>
>
> pjb@informatimago.com (Pascal J. Bourguignon) wrote:
>
>> emacs-version "22.2.1"
>>              ^ C-u C-x C-e
>> (progn (move-to-column 79)(insert "x"))x
>>                                        ^ C-x C-e
>> It just doesn't work here.
>> Perhaps it depends on the major-mode, but I've never seen it work as
>> you say.
>
> Have you read or tried my code?
>
> (progn (move-to-column 79 t) (insert "x"))

Just for another info point, that also works in 22.1.1. I don't know how
long it's been that way but I remember it from a couple of years ago. SO
it's not really a new feature.

** Posted from http://www.teranews.com **


reply via email to

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