If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Does anyome have a hook for ccmode to get emacs to lineup messages on the colons?
Code:
result = [someInstance withFoo:foo
bar:bar];
I ran into this indentation style when modifying some source that someone else had written. The author told me he had emacs setup to indent it like that. I've since forgotten who that author was. I've been using Emacs for ages and have a grasp on Lisp, yet the Emacs documentation still causes me to have nightmares after I read it.
Originally posted by int69h: I've been using Emacs for ages and have a grasp on Lisp, yet the Emacs documentation still causes me to have nightmares after I read it.
Thanks
You should check out this exellent book on writting extensions on Gnu-Emacs. Another great Emacs book is this from oreillyone
Thanks for the links. The first one, Writing GNU Emacs Extensions, looked promising but it doesn't cover ccmode. I read the second one, Learning GNU Emacs, several years ago. I think I'll go check it out from the library.