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

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

bug#28873: 26.0.60; error while restoring frameset


From: martin rudalics
Subject: bug#28873: 26.0.60; error while restoring frameset
Date: Tue, 17 Oct 2017 10:59:45 +0200

> While using the frameset--restore-frame function, it may happen that
> the modify-frame-parameters be called with a border-width which
> is not the default one for the current emacs. In this case,
> x_set_border_width errors because it can't change it.

'border-width' is in ‘frameset--initial-params’ and should be filtered
appropriately.  Can you provide a backtrace with a breakpoint in

  if (FRAME_X_WINDOW (f) != 0)
    error ("Cannot change the border width of a frame");

martin






reply via email to

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