all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#3436: 23.0.91; Gnus: gnus-summary-toggle-truncation needs manual update
@ 2009-05-31 16:51 Teemu Likonen
  2011-09-17  5:54 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 4+ messages in thread
From: Teemu Likonen @ 2009-05-31 16:51 UTC (permalink / raw)
  To: emacs-pretest-bug; +Cc: rfrancoise

In Gnus summary buffer there is command gnus-summary-toggle-truncation
(C-t). It seems to do pretty much the same as toggle-truncate-lines
command, except that the former does not update the buffer after toggle.

Try this:

 1. Enter Gnus summary buffer

 2. Make the window so narrow that the lines don't fit horizontally in
    the window.

 3. Press C-t

 4. Nothing happens until you update the window, with C-l, for example.

This used to work with my Emacs 22.2.


In GNU Emacs 23.0.91.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11)
 of 2009-03-21 on elegiac, modified by Debian
 (emacs-snapshot package, version 1:20090320-1~lenny1)
Windowing system distributor `The X.Org Foundation', version 11.0.10402000
configured using `configure  '--build' 'i486-linux-gnu' '--host' 'i486-linux-gnu' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--enable-locallisppath=/etc/emacs-snapshot:/etc/emacs:/usr/local/share/emacs/23.0.91/site-lisp:/usr/local/share/emacs/site-lisp:/usr/share/emacs/23.0.91/site-lisp:/usr/share/emacs/site-lisp' '--with-x=yes' '--with-x-toolkit=gtk' 'build_alias=i486-linux-gnu' 'host_alias=i486-linux-gnu' 'CFLAGS=-DDEBIAN -DSITELOAD_PURESIZE_EXTRA=5000 -g -O2' 'LDFLAGS=-g -Wl,--as-needed' 'CPPFLAGS=''

Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: en_US.UTF-8
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: fi_FI.UTF-8
  value of $XMODIFIERS: @im=none
  locale-coding-system: utf-8-unix
  default-enable-multibyte-characters: t

Major mode: Summary

Minor modes in effect:
  TeX-PDF-mode: t
  gnus-agent-mode: t
  shell-dirtrack-mode: t
  ergo-movement-mode: t
  tooltip-mode: t
  mouse-wheel-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  global-auto-composition-mode: t
  auto-composition-mode: t
  auto-encryption-mode: t
  auto-compression-mode: t
  column-number-mode: t
  line-number-mode: t
  transient-mark-mode: t





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

* bug#3436: 23.0.91; Gnus: gnus-summary-toggle-truncation needs manual update
       [not found] <mailman.8238.1243789051.31690.bug-gnu-emacs@gnu.org>
@ 2009-06-13 17:51 ` Teemu Likonen
  0 siblings, 0 replies; 4+ messages in thread
From: Teemu Likonen @ 2009-06-13 17:51 UTC (permalink / raw)
  To: 3436

retitle 3436 (redraw-display) does not always redraw display
thanks

It seems that function gnus-summary-toggle-truncation hasn't been
changed in more than ten years so I guess that function can't be causing
the problem. The problem is somewhere else. Let us have a more general
title for the bug.





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

* bug#3436: 23.0.91; Gnus: gnus-summary-toggle-truncation needs manual update
  2009-05-31 16:51 bug#3436: 23.0.91; Gnus: gnus-summary-toggle-truncation needs manual update Teemu Likonen
@ 2011-09-17  5:54 ` Lars Magne Ingebrigtsen
  2011-09-18  8:20   ` Teemu Likonen
  0 siblings, 1 reply; 4+ messages in thread
From: Lars Magne Ingebrigtsen @ 2011-09-17  5:54 UTC (permalink / raw)
  To: Teemu Likonen; +Cc: 3436, rfrancoise

Teemu Likonen <tlikonen@iki.fi> writes:

> In Gnus summary buffer there is command gnus-summary-toggle-truncation
> (C-t). It seems to do pretty much the same as toggle-truncate-lines
> command, except that the former does not update the buffer after toggle.
>
> Try this:
>
>  1. Enter Gnus summary buffer
>
>  2. Make the window so narrow that the lines don't fit horizontally in
>     the window.
>
>  3. Press C-t
>
>  4. Nothing happens until you update the window, with C-l, for example.

I'm unable to see this problem in Emacs 24.  Can you still reproduce the
bug in a current Emacs?

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





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

* bug#3436: 23.0.91; Gnus: gnus-summary-toggle-truncation needs manual update
  2011-09-17  5:54 ` Lars Magne Ingebrigtsen
@ 2011-09-18  8:20   ` Teemu Likonen
  0 siblings, 0 replies; 4+ messages in thread
From: Teemu Likonen @ 2011-09-18  8:20 UTC (permalink / raw)
  To: Lars Magne Ingebrigtsen; +Cc: 3436-done, rfrancoise

* 2011-09-17T07:54:43+02:00 * Lars Magne Ingebrigtsen wrote:

> I'm unable to see this problem in Emacs 24. Can you still reproduce
> the bug in a current Emacs?

I'm using 23.2 (Debian) and don't see the problem in it. I guess this is
DONE.





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

end of thread, other threads:[~2011-09-18  8:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-31 16:51 bug#3436: 23.0.91; Gnus: gnus-summary-toggle-truncation needs manual update Teemu Likonen
2011-09-17  5:54 ` Lars Magne Ingebrigtsen
2011-09-18  8:20   ` Teemu Likonen
     [not found] <mailman.8238.1243789051.31690.bug-gnu-emacs@gnu.org>
2009-06-13 17:51 ` Teemu Likonen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.