all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Problem in temp-buffer-resize-mode
@ 2007-08-02  4:58 Eli Barzilay
  2007-08-02 10:19 ` martin rudalics
  0 siblings, 1 reply; 4+ messages in thread
From: Eli Barzilay @ 2007-08-02  4:58 UTC (permalink / raw)
  To: bug-gnu-emacs

Try this (using version 22.1.1 on Fedora):

  (set-fringe-mode 1)
  (temp-buffer-resize-mode 1)

and you'll see that temp buffers are not resized.  The problem is that
the small fringe makes (window-width) bigger than (frame-width), which
makes the test in `resize-temp-buffer-window' fail.

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!

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

end of thread, other threads:[~2007-08-04  8:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-02  4:58 Problem in temp-buffer-resize-mode Eli Barzilay
2007-08-02 10:19 ` martin rudalics
2007-08-02 23:42   ` Richard Stallman
2007-08-04  8:45     ` martin rudalics

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.