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

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

bug#33870: 27.0.50; xref-goto-xref not configurable


From: martin rudalics
Subject: bug#33870: 27.0.50; xref-goto-xref not configurable
Date: Thu, 31 Jan 2019 09:32:20 +0100

> Please just add to a new file:
>
> ;; Local Variables:
> ;; foo: bar
> ;; End:
>
> Visiting it in a single-window wide frame splits it horizontally
> instead of displaying Local Variables at the bottom, as it correctly
> does when windows are already horizontally split before visiting the file.

It's a silly bug in 'display-buffer-at-bottom'.  Please try with

             (let ((split-height-threshold 0))

instead of

             (let (split-height-threshold)

Thanks, martin





reply via email to

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