[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problem in temp-buffer-resize-mode
From: |
Eli Barzilay |
Subject: |
Problem in temp-buffer-resize-mode |
Date: |
Thu, 2 Aug 2007 00:58:48 -0400 |
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!
- Problem in temp-buffer-resize-mode,
Eli Barzilay <=