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
Description:   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

------- Comment #1 From Christian Schlotter 2005-01-20 17:49:37 0000 -------
Created an attachment (id=49073) [details]
develock-0.23.ebuild

------- Comment #2 From Christian Schlotter 2005-01-20 17:50:09 0000 -------
Created an attachment (id=49074) [details]
70develock-gentoo.el

------- Comment #3 From Christian Schlotter 2005-01-26 02:07:24 0000 -------
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.

------- Comment #4 From Christian Schlotter 2005-05-13 15:15:09 0000 -------
I'm not using this package anymore because I found it annoying after some time.
 So do whatever you want with this bug ;-)

------- Comment #5 From Matthew Kennedy (RETIRED) 2006-05-15 12:41:57 0000 -------
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")