"Miguel V. S. Frasson" <[EMAIL PROTECTED]> writes: > Hi > > I was experiencing with the tool-bar-border variable (which could be > customizable) and setting to 0, nil, 1, 15, 20 gives me an meaningless > behaviour for this variable. Essentially (at most few --not more than > 4-- pixels of difference) the toolbar looks the same. I supposed that > the tool-bar had to srink or become large changing the values.
It may do that in the future, but for emacs 22.x, the border cannot be larger than the additional space added to the tool-bar to make it an integral multiple of the frame's default line height (due to limitations of the redisplay engine). I.e. the area occupied by the tool-bar + border is always the same. > > But setting it to 100 just freezes my emacs. Just try the following That was a bug. I have installed a fix. Thank you for the bug report. -- Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
