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: Thu, 09 Oct 2008 08:38:42 +0200
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/22.2 (gnu/linux)

stan <smoore@exis.net> writes:

> 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.

Yes, it just a reminder to always read _entirely_ the doc of each
function, not just the first paragraph.

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

COMPONENT EQUIVALENCY NOTICE: The subatomic particles (electrons,
protons, etc.) comprising this product are exactly the same in every
measurable respect as those used in the products of other
manufacturers, and no claim to the contrary may legitimately be
expressed or implied.


reply via email to

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