emacs-devel
[Top][All Lists]
Advanced

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

Re: gnus-summary-toggle-truncation


From: Reiner Steib
Subject: Re: gnus-summary-toggle-truncation
Date: Sun, 31 Jan 2010 14:02:40 +0100
User-agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux)

On Wed, Jan 20 2010, Miles Bader wrote:

> Is there a reason not to apply the following patch?
> `toggle-truncate-lines' seems to do the same thing as
> `gnus-summary-toggle-truncation', but in a less annoying manner (no
> screen flashing).

Fine with me - assuming you tested it. :-)

It's up to Stefan and Yidong to decide if it's ok for Emacs 23.2 (or
use the "pending" branch).

> diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
> index 2464b13..cf97cc2 100644
> --- a/lisp/gnus/gnus-sum.el
> +++ b/lisp/gnus/gnus-sum.el
> @@ -6956,14 +6956,7 @@ displayed, no centering will be performed."
>         (gnus-summary-remove-process-mark article)))))
>    (gnus-summary-position-point))
>
> -(defun gnus-summary-toggle-truncation (&optional arg)
> -  "Toggle truncation of summary lines.
> -With ARG, turn line truncation on if ARG is positive."
> -  (interactive "P")
> -  (setq truncate-lines
> -     (if (null arg) (not truncate-lines)
> -       (> (prefix-numeric-value arg) 0)))
> -  (redraw-display))
> +(defalias 'gnus-summary-toggle-truncation 'toggle-truncate-lines)
>
>  (defun gnus-summary-find-for-reselect ()
>    "Return the number of an article to stay on across a reselect.

Bye, Reiner.
-- 
       ,,,
      (o o)
---ooO-(_)-Ooo---  |  PGP key available  |  http://rsteib.home.pages.de/




reply via email to

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