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

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

bug#62676: closed (Setting `scroll-bar-width` Doesn't Take Effect Immedi


From: GNU bug Tracking System
Subject: bug#62676: closed (Setting `scroll-bar-width` Doesn't Take Effect Immediately)
Date: Wed, 05 Apr 2023 09:55:02 +0000

Your message dated Wed, 05 Apr 2023 12:55:09 +0300
with message-id <83lej6slfm.fsf@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@gnu.org.)


-- 
62676: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62676
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- 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



--- End Message ---
--- Begin Message --- 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@outlook.com>
> Date: Wed, 5 Apr 2023 09:18:58 +0000
> 
> Thanks.  No further questions.

Thanks, closing.


--- End Message ---

reply via email to

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