Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 78884 - develock-0.23.ebuild (New Package)
Summary: develock-0.23.ebuild (New Package)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Emacs project
URL: http://www.jpl.org/ftp/pub/elisp/deve...
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2005-01-20 17:47 UTC by Christian Schlotter
Modified: 2006-05-15 12:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
develock-0.23.ebuild (develock-0.23.ebuild,602 bytes, text/plain)
2005-01-20 17:49 UTC, Christian Schlotter
Details
70develock-gentoo.el (70develock-gentoo.el,1.74 KB, text/plain)
2005-01-20 17:50 UTC, Christian Schlotter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Schlotter 2005-01-20 17:47:31 UTC
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 Christian Schlotter 2005-01-20 17:49:37 UTC
Created attachment 49073 [details]
develock-0.23.ebuild
Comment 2 Christian Schlotter 2005-01-20 17:50:09 UTC
Created attachment 49074 [details]
70develock-gentoo.el
Comment 3 Christian Schlotter 2005-01-26 02:07:24 UTC
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 Christian Schlotter 2005-05-13 15:15:09 UTC
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 Matthew Kennedy (RETIRED) gentoo-dev 2006-05-15 12:41:57 UTC
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")