Problem :
My emacs24 doesn’t have a scroll bar…
how can I fix this problem ?
Solution :
Just turn on the scroll bar mode:
(scroll-bar-mode t)
You can add this line to your .emacs
.
Try eval this:
(set-scroll-bar-mode t)
or you can put it in your .emacs
.