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: Pascal J. Bourguignon
Subject: Re: Going to line n, column m
Date: Wed, 08 Oct 2008 23:36:23 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.2 (gnu/linux)

Nikolaj Schumacher <me@nschum.de> writes:

> 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"))
>                           ^!

Ah! Right, it works better like this! :-)

Thanks,
-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


reply via email to

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