Gnus development mailing list
 help / color / mirror / Atom feed
* Re: gnus-summary-toggle-truncation
       [not found] ` <87ljfe5swf.fsf@marauder.physik.uni-ulm.de>
@ 2010-01-31 18:21   ` Reiner Steib
  2010-01-31 18:25     ` gnus-summary-toggle-truncation Chong Yidong
  0 siblings, 1 reply; 2+ messages in thread
From: Reiner Steib @ 2010-01-31 18:21 UTC (permalink / raw)
  To: Miles Bader; +Cc: ding, emacs-devel

[ Resending: should have been ding@gnus.org not ding@gnu.org in Miles'
  message and my followup ]

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/




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gnus-summary-toggle-truncation
  2010-01-31 18:21   ` gnus-summary-toggle-truncation Reiner Steib
@ 2010-01-31 18:25     ` Chong Yidong
  0 siblings, 0 replies; 2+ messages in thread
From: Chong Yidong @ 2010-01-31 18:25 UTC (permalink / raw)
  To: Miles Bader; +Cc: ding, emacs-devel

Reiner Steib <reinersteib+gmane@imap.cc> writes:

> 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).

I think it's fine for Emacs 23.2.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-01-31 18:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <buo3a214azb.fsf@dhlpc061.dev.necel.com>
     [not found] ` <87ljfe5swf.fsf@marauder.physik.uni-ulm.de>
2010-01-31 18:21   ` gnus-summary-toggle-truncation Reiner Steib
2010-01-31 18:25     ` gnus-summary-toggle-truncation Chong Yidong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).