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: Thu, 9 Oct 2008 18:49:27 -0400

Pascal J. Bourguignon wrote:
>
>
> 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.

Been there, done that :) I'm almost ashamed to say how many times I saw
something on a man page that I would have bet cash money didn't exist.
As much as I want to say it's age related, the truth is less flattering.
>
** Posted from http://www.teranews.com **


reply via email to

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