GNU bug report logs -
#18545
24.4.50: Bug - forward-line inside with-selected-window
Previous Next
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
Message #14 received at 18545 <at> debbugs.gnu.org (full text, mbox):
> Date: Wed, 24 Sep 2014 17:50:43 +0200 (CEST)
> From: lompik <at> voila.fr
> Cc: 18545 <at> debbugs.gnu.org
>
> I confirm the issue on Emacs 24.3.93 (build on 2014-08-15).
>
>
> > Message du 24/09/14 à 17h14
> > De : "Stefan Monnier"
> > A : lompik <at> voila.fr
> > Copie à : 18545 <at> debbugs.gnu.org
> > Objet : Re: bug#18545: 24.4.50: Bug - forward-line inside with-selected-window
> >
> > > The command `forward-line` fails (no error message) inside
> > > a `with-selected-window` statement with
If you add
(message "%s" (point))
to the form inside with-selected-window, you will see that
forward-line does its job perfectly. Also, the line number in the
mode line gets incremented, even if you don't make the above addition.
The problem is that the window showing the *Completions* buffer is not
scrolled to bring point into view.
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.