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: Nikolaj Schumacher
Subject: Re: Going to line n, column m
Date: Wed, 08 Oct 2008 23:15:51 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.3 (darwin)

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

regards,
Nikolaj Schumacher




reply via email to

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