Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

-1, 1 and t have worked for me in setting most modes except that blasted scroll-bar-mode, which it turns out calls for a 0 - what the heck! Thanks for a super post.


(scroll-bar-mode -1) and M-- 1 M-x scroll-bar-mode RET both work for me.


Yeah, when 0 also didn't work, I took another look at it. Turns out I needed to call (add-hook 'server-visit-hook 'my-custom-function) with the call to scroll-bar-mode inside my custom function, because I'm working off an emacsclient. Now I have my choice of -1, 0, nil, etc. Finally sorted out. :)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: