> From: "Drew Adams" <[EMAIL PROTECTED]> > Date: Sat, 13 May 2006 08:09:52 -0700 > > I cannot change the border-width to zero, BTW. I get the same error: > > Debugger entered--Lisp error: (error "Cannot change the border width of a > window") > modify-frame-parameters(#<frame [EMAIL PROTECTED] 0x1447e00> > ((border-width . 0))) > eval((modify-frame-parameters (selected-frame) (quote (...)))) > eval-expression((modify-frame-parameters (selected-frame) (quote (...))) > nil) > call-interactively(eval-expression)
I did it with add-to-list, in which case it doesn't throw an error (but doesn't have any effect, contrary to what I thought I saw). > Oddly enough, I can change border-width to 2 (but I see no difference), but > not to 1, 3, 4, or 5 (I get the same error). Perhaps it does have something > to do with the frame font size, or perhaps 2 is the only permitted value, > but in those cases the error message is not the right one. For me, it fails with any value I tried. I fixed the error message to say "frame". > BTW, changing the border-color has no effect on Windows, that I can see. > That has always been the case, I believe. Yes. _______________________________________________ emacs-pretest-bug mailing list emacs-pretest-bug@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug