Actually, that still didn't seem to work. After a bit of fiddling, I found that if I install sr-speedbar from melpa, it spits out a couple of warnings, thinks it is installed, but I don't get any sr-speedbar commands. Strange.
I'll stick to just downloading the package from http://www.emacswiki.org/emacs/sr-speedbar.el and installing it manually - that seems to work fine (even without disabling make-local-hook). If/when I find time to dig further, I'll try to work out what is going wrong for me with the melpa install. - Korny On 2 February 2013 14:04, Korny Sietsma <[email protected]> wrote: > Phillip - thanks, that works nicely. (I had gotten it working by > downloading sr-speedbar.el manually and editing it, but I prefer to stick > with the packaged version if possible, less for me to remember) > > - Korny > > > > On 25 January 2013 00:38, Phillip Lord <[email protected]>wrote: > >> >> >> make-local-hook has been deprecated for a while now and has now been >> removed. In general, you can just ignore it and everything will work >> correctly. So: >> >> (defalias 'make-local-hook 'ignore) >> >> before you load anything should solve this problem. Whether any other >> problems remain, I don't know. >> >> >> Korny Sietsma <[email protected]> writes: >> >> > On 17 January 2013 17:26, Sean Corfield <[email protected]> wrote: >> > >> >> Error: Symbol's function definition is void: make-local-hook >> > >> > >> > bump - anyone know a workaround for this - I was interested in >> sr-speedbar, >> > especially for editing over an ssh session, but it doesn't seem to work >> > with emacs 24? >> > >> > - Korny >> > >> > >> > -- >> > Kornelis Sietsma korny at my surname dot com http://korny.info >> > "We do not quit playing because we grow old, we grow old because we quit >> > playing" - O.W. Holmes >> > >> > -- >> >> -- >> Phillip Lord, Phone: +44 (0) 191 222 7827 >> Lecturer in Bioinformatics, Email: >> [email protected] >> School of Computing Science, >> http://homepages.cs.ncl.ac.uk/phillip.lord >> Room 914 Claremont Tower, skype: russet_apples >> Newcastle University, msn: [email protected] >> NE1 7RU twitter: phillord >> >> -- >> -- >> You received this message because you are subscribed to the Google >> Groups "Clojure" group. >> To post to this group, send email to [email protected] >> Note that posts from new members are moderated - please be patient with >> your first post. >> To unsubscribe from this group, send email to >> [email protected] >> For more options, visit this group at >> http://groups.google.com/group/clojure?hl=en >> >> >> > > > -- > Kornelis Sietsma korny at my surname dot com http://korny.info > "We do not quit playing because we grow old, we grow old because we quit > playing" - O.W. Holmes > -- Kornelis Sietsma korny at my surname dot com http://korny.info "We do not quit playing because we grow old, we grow old because we quit playing" - O.W. Holmes -- -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
