emacs-devel
[Top][All Lists]
Advanced

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

Re: line-move-visual


From: Sean O'Rourke
Subject: Re: line-move-visual
Date: Fri, 10 Jul 2009 08:56:15 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.93 (darwin)

Just to chime in, 

Scot Becker <address@hidden> writes:
> Discoverability is key.

Indeed.  The "antinews" node in the Emacs info is useful here,
but it would be nice for it to include links for how to undo
major and/or controversial recent changes.  There's a chance it
would shorten these kinds of discussions if there were an
obvious place to look for controversial changes, which also
explained how to revert them.  Just for reference, here's the
relevant section of my .emacs [1] (not all of those changed
with 21.x, and most Emacs changes are more good than bad, but
I've been reverting a few things for a long time).

Sean

[1]

;; Undo some of the suck of version 21.x
(blink-cursor-mode              0)
(tool-bar-mode                  0)
(when (fboundp 'tooltip-mode)
  (tooltip-mode                 0))
(with-current-buffer (get-buffer-create "*scratch*")
  (setq buffer-offer-save nil))
(setq
 line-move-visual               nil
 initial-scratch-message        nil)





reply via email to

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