GNU bug report logs - #18545
24.4.50: Bug - forward-line inside with-selected-window

Previous Next

Package: emacs;

Reported by: lompik <at> voila.fr

Date: Wed, 24 Sep 2014 13:40:02 UTC

Severity: normal

Found in version 24.4.50

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: lompik <at> voila.fr
Subject: bug#18545: closed (Re: bug#18545: 24.4.50: Bug - forward-line
 inside with-selected-window)
Date: Tue, 30 Sep 2014 02:39:04 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#18545: 24.4.50: Bug - forward-line inside with-selected-window

which was filed against the emacs package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 18545 <at> debbugs.gnu.org.

-- 
18545: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18545
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: lompik <at> voila.fr
Cc: 18545-done <at> debbugs.gnu.org
Subject: Re: bug#18545: 24.4.50: Bug - forward-line inside with-selected-window
Date: Tue, 30 Sep 2014 05:38:13 +0300
> Date: Tue, 30 Sep 2014 00:56:38 +0200 (CEST)
> From: lompik <at> voila.fr
> Cc: 18545 <at> debbugs.gnu.org
> 
> I tested revno 117521. No more issues. 
> 
> I also experimented with increased font size + tall lines (which were truncated) in buffer and was unable to reproduce the issue. 
> 
> Thanks again !

OK, thanks.  I'm closing this bug.

[Message part 3 (message/rfc822, inline)]
From: lompik <at> voila.fr
To: bug-gnu-emacs <at> gnu.org
Subject: 24.4.50: Bug - forward-line inside with-selected-window
Date: Wed, 24 Sep 2014 15:34:35 +0200 (CEST)
Hi,

The command `forward-line` fails (no error message) inside a `with-selected-window` statement with 

Here's some steps to reproduce this bug. It is not reproducible with 24.3.

1. emacs -Q
2. In scratch copy these line and C-M-x

(global-set-key (kbd "C-`") '(lambda ()
(interactive)
(with-selected-window (get-buffer-window "*Completions*")
(forward-line 1))))

3. Use these commands:

C-x C-f (select one with lots of file in directory)
C-x C-+ (increase font size)
C-+ 
tab 
tab (open *Completion* window)
C-x o (other-window)
C-x o 
C-x C-+ (increase font size in *Completion* window, you might need more C-+)
C-+ 
C-+
C-+
C-+ 
C-x o (switch back to mnibuffer)
C-h k a (as help while in minibuffer, Important!!)
C-` (forward-line in *Completion* window)
C-` 
C-` 
C-`
C-`
.....(at some point fails to scroll screen

Normal expected behavior is to be able to type C-` until the end of the list in the *Completions* window. With this bug, you will be unable to go past a line that is 
truncated or half displayed. (for example https://cloud.githubusercontent.com/assets/3791334/4373312/be814774-432b-11e4-8add-47167bc1ef9c.png)

Regards !


___________________________________________________________
Mode, hifi, maison,… J'achète malin. Je compare les prix avec Voila.fr http://shopping.voila.fr/



This bug report was last modified 10 years and 237 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.