Bug 78884 - develock-0.23.ebuild (New Package)
|
Bug#:
78884
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: All
|
Status: RESOLVED
|
Severity: enhancement
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: emacs@gentoo.org
|
Reported By: again@gmx.de
|
|
Component: Ebuilds
|
|
|
URL:
http://www.jpl.org/ftp/pub/elisp/develock.el.gz
|
|
Summary: develock-0.23.ebuild (New Package)
|
|
Keywords: EBUILD
|
|
Status Whiteboard:
|
|
Opened: 2005-01-20 17:47 0000
|
Hello!
Please find attached develock-0.23.ebuild and 70develock-gentoo.el.
develock is an Emacs minor mode providing the ability to highlight broken formatting rules (see http://www.emacswiki.org/cgi-bin/wiki/DevelockMode).
I suggest app-emacs/develock.
Best regards
Christian
I think `70develock-gentoo.el' should be removed. Right now it enables
develock for every user on every file. It would be better if every user could
choose to enable this minor-mode in his .emacs. So I think it is better to
remove `70develock-gentoo.el'. If you consent I will correct these scripts.
I'm not using this package anymore because I found it annoying after some time.
So do whatever you want with this bug ;-)
I added this to portage anyway. Some people might appreciate it. I solved the
site-file config by just adding the following:
;;; develock site-lisp configuration
(add-to-list 'load-path "@SITELISP")
(autoload 'develock-mode "develock" "Toggle Develock mode." t)
(autoload 'turn-on-develock "develock")