all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#62676: Setting `scroll-bar-width` Doesn't Take Effect Immediately
@ 2023-04-05  8:18 Shynur Xie
  2023-04-05  9:02 ` Eli Zaretskii
  0 siblings, 1 reply; 3+ messages in thread
From: Shynur Xie @ 2023-04-05  8:18 UTC (permalink / raw)
  To: 62676

Example:

```
$ emacs -Q
```

Now the current buffer is "*scratch*", evaluating:

```
(setq scroll-bar-width 50)
```

changes nothing.

Instead, user need to switch to another buffer and then switch back:

```
(progn
  (setq scroll-bar-width 50)
  (switch-to-buffer "*Messages*")
  (switch-to-buffer "*scratch*"))
```

________________________________________

emacs-version: 28.2
system-configuration: x86_64-w64-mingw32





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

end of thread, other threads:[~2023-04-05  9:55 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-05  8:18 bug#62676: Setting `scroll-bar-width` Doesn't Take Effect Immediately Shynur Xie
2023-04-05  9:02 ` Eli Zaretskii
     [not found]   ` <SA0PR04MB74332C1E5B0C1C8BC6FBC379D7909@SA0PR04MB7433.namprd04.prod.outlook.com>
2023-04-05  9:55     ` Eli Zaretskii

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.