You did not receive my mail regarding the autoload stuff when you
asked for Emacs support?
V-Li
--
Christian Faulhammer, Gentoo Lisp project
<URL:http://www.gentoo.org/proj/en/lisp/>, #gentoo-lisp on FreeNode
<URL:http://gentoo.faulhammer.org/>
08-16-2010, 04:50 AM
"Paweł Hajdan, Jr."
gentoo-x86 commit in app-emacs/google-c-style: metadata.xml ChangeLog google-c-style-20091009.ebuild
On 8/10/10 11:09 PM, Christian Faulhammer wrote:
> "PaweA Hajdan (phajdan.jr)" <phajdan.jr@gentoo.org>:
>> pkg_postinst() {
>> einfo "Example usage (.emacs):"
>> einfo "(require 'google-c-style)"
>> einfo "(add-hook 'c-mode-common-hook 'google-set-c-style)"
>> einfo "(add-hook 'c-mode-common-hook
>> 'google-make-newline-indent)" }
>
> You did not receive my mail regarding the autoload stuff when you
> asked for Emacs support?
I did, but I was not familiar enough with Emacs to know that I can add
the autoload support so easily.
Fortunately, Ulrich Mueller (ulm) has done it on the same day I added
the ebuild to the tree. Thanks Ulrich!