Bug#564539: paredit-el: Add to frequent values list

2010-05-17 Thread Kevin Ryde
James writes: > > let the user choose to turn it on > by clicking a little checkbox in customize. This sounds good to me. I notice there's an existing `enable-paredit-mode' which could be used and show a docstring in the hook customize. (autoload 'enable-paredit-mode "paredit" "Turn o

Bug#564539: paredit-el: Add to frequent values list

2010-01-14 Thread James
"Trent W. Buck" writes: > package paredit-el > tags 564539 + wontfix > thanks > > The existing README.Debian file states: Already read it before the original submission. See below. > Having been on the receiving end of overenthusiastically-enabled modes > (e.g. cedet) on a shared system, I'm re

Bug#564539: paredit-el: Add to frequent values list

2010-01-09 Thread Trent W. Buck
package paredit-el tags 564539 + wontfix thanks James wrote: > Please consider adding something like the following to the site file. The existing README.Debian file states: > Paredit for Debian > == > > By default, paredit is not enabled in any major modes. Deciding > which mode

Bug#564539: paredit-el: Add to frequent values list

2010-01-09 Thread James
Package: paredit-el Version: 20-2 Severity: wishlist Please consider adding something like the following to the site file. (when (fboundp 'paredit-mode) (mapc (lambda (hook) (custom-add-frequent-value hook '(lambda () (paredit-mode +1)))