GNU bug report logs - #62676
Setting `scroll-bar-width` Doesn't Take Effect Immediately

Previous Next

Package: emacs;

Reported by: Shynur Xie <one.last.kiss <at> outlook.com>

Date: Wed, 5 Apr 2023 08:24:01 UTC

Severity: normal

Tags: notabug

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#62676: closed (Setting `scroll-bar-width` Doesn't Take Effect
 Immediately)
Date: Wed, 05 Apr 2023 09:55:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 05 Apr 2023 12:55:09 +0300
with message-id <83lej6slfm.fsf <at> gnu.org>
and subject line Re: bug#62676: Setting `scroll-bar-width` Doesn't Take Effect Immediately
has caused the debbugs.gnu.org bug report #62676,
regarding Setting `scroll-bar-width` Doesn't Take Effect Immediately
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
62676: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62676
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Shynur Xie <one.last.kiss <at> outlook.com>
To: "bug-gnu-emacs <at> gnu.org" <bug-gnu-emacs <at> gnu.org>
Subject: Setting `scroll-bar-width` Doesn't Take Effect Immediately
Date: Wed, 5 Apr 2023 08:18:00 +0000
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


[Message part 3 (message/rfc822, inline)]
From: Eli Zaretskii <eliz <at> gnu.org>
To: Shynur Xie <one.last.kiss <at> outlook.com>
Cc: 62676-done <at> debbugs.gnu.org
Subject: Re: bug#62676: Setting `scroll-bar-width` Doesn't Take Effect
 Immediately
Date: Wed, 05 Apr 2023 12:55:09 +0300
> From: Shynur Xie <one.last.kiss <at> outlook.com>
> Date: Wed, 5 Apr 2023 09:18:58 +0000
> 
> Thanks.  No further questions.

Thanks, closing.


This bug report was last modified 2 years and 78 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.