This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: inserting some Emacs-specific stuff into the source files


   From: Michael Livshin <mlivshin@bigfoot.com>
   Date: 19 Mar 2000 12:42:07 +0200

   does anyone have a problem with this?  or any better idea?

how about:

(add-hook 'find-file-hook
	  (lambda () (and (fboundp 'c-set-style)
		          (string-match "guile" (buffer-file-name))
			  (c-set-style "gnu") )))

thi

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]