emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#18545: closed (24.4.50: Bug - forward-line inside


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#18545: closed (24.4.50: Bug - forward-line inside with-selected-window)
Date: Tue, 30 Sep 2014 02:39:03 +0000

Your message dated Tue, 30 Sep 2014 05:38:13 +0300
with message-id <address@hidden>
and subject line Re: bug#18545: 24.4.50: Bug - forward-line inside 
with-selected-window
has caused the debbugs.gnu.org bug report #18545,
regarding 24.4.50: Bug - forward-line inside with-selected-window
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
18545: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18545
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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/



--- End Message ---
--- Begin Message --- 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: address@hidden
> Cc: address@hidden
> 
> 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.


--- End Message ---

reply via email to

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