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

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

bug#6032: untabify causes point to move


From: Lars Magne Ingebrigtsen
Subject: bug#6032: untabify causes point to move
Date: Wed, 13 Jul 2011 20:13:18 +0200
User-agent: Gnus/5.110018 (No Gnus v0.18) Emacs/24.0.50 (gnu/linux)

Juanma Barranquero <lekktu@gmail.com> writes:

> The problem can be trivially fixed by wrapping the tabify code in
>
>   (let ((c (current-column)))
>      ;;; tabify
>      (move-to-column c))
>
> as in the following patch, but perhaps there are cleaner ways.

I think that's the easiest way to preserve point.  I've now applied the
patch to Emacs 24.

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





reply via email to

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