Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!linus!decvax!harpo!seismo!hao!hplabs!sri-unix!patel@UCLA-LOCUS From: patel@UCLA-LOCUS@sri-unix.UUCP Newsgroups: net.emacs Subject: setq-default in emacs #85 Message-ID: <4557@sri-arpa.UUCP> Date: Thu, 25-Aug-83 20:07:20 EDT Article-I.D.: sri-arpa.4557 Posted: Thu Aug 25 20:07:20 1983 Date-Received: Mon, 29-Aug-83 20:41:19 EDT Lines: 23 From: Dorab Patel I can't seem to be able to get setq-default to work on system-defined buffer-specific variables in emacs #85. For instance (setq-default right-margin 45) (setq-default needs-checkpointing 0) in my ~/.emacs_pro do not set the right-margin to 45 or turn off checkpointing for all buffers. I had a look at the code in mlisp.c (in PerformSet), and it seems that the only system variables that seem to be handled are the default tabs. If, however, the setq-defaults are executed manually they do set the right things FOR THAT BUFFER ONLY. By the way, set-default also fails the same way. Has any one got any fixes for this? Thanks, 'dorab