Bug#336354: emacs-goodies-el: please add savehist.el

2007-09-24 Thread Peter S Galbraith
Peter S Galbraith [EMAIL PROTECTED] wrote:

 intrigeri [EMAIL PROTECTED] wrote:
 
  Hello,
  
  savehist.el is included in Emacs 22, so I guess this bug could now
  be closed, couldn't it ?
  
  Ciao,
  --
intrigeri [EMAIL PROTECTED]
 
 Yeah, I guess so.  
 The submitter should be satisfied that he had a good suggestion, since
 it was incorporated in Emacs itself!
 
 :-)
 
 Thanks all!

I'll remind myself to _read_ the initial report the next time, where it
was said that this was included in the (at-the-time) next version of
Emacs.

:-(

Peter



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#336354: emacs-goodies-el: please add savehist.el

2007-09-21 Thread intrigeri
Hello,

savehist.el is included in Emacs 22, so I guess this bug could now
be closed, couldn’t it ?

Ciao,
--
  intrigeri [EMAIL PROTECTED]
  | gnupg key @ http://intrigeri.boum.org/intrigeri.asc
  | Who wants a world in which the guarantee that we shall not
  | die of starvation would entail the risk of dying of boredom ?




Bug#336354: emacs-goodies-el: please add savehist.el

2005-11-02 Thread Peter S Galbraith
Hrvoje Niksic [EMAIL PROTECTED] wrote:

 Peter S Galbraith [EMAIL PROTECTED] writes:
 
  Hrvoje Niksic [EMAIL PROTECTED] wrote:
 
  Peter S Galbraith [EMAIL PROTECTED] writes:
  
   It would be nice to be able to activate it using the customize
   interface, similarly to what I've done with other other file in
   emacs-goodies-el.  Good idea?
  
  I agree that that would be nice, but I don't know what is the standard
  way to present a minor mode variable to custom.  I tried playing with
  :set, but the results were not what I expected.
 
  Can I infer from the following that it now works?
 
 Yes.  That code is present in the latest version.

Thanks!

Peter


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#336354: emacs-goodies-el: please add savehist.el

2005-10-31 Thread Hrvoje Niksic
Peter S Galbraith [EMAIL PROTECTED] writes:

 It would be nice to be able to activate it using the customize
 interface, similarly to what I've done with other other file in
 emacs-goodies-el.  Good idea?

I agree that that would be nice, but I don't know what is the standard
way to present a minor mode variable to custom.  I tried playing with
:set, but the results were not what I expected.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#336354: emacs-goodies-el: please add savehist.el

2005-10-31 Thread Peter S Galbraith
Hrvoje Niksic [EMAIL PROTECTED] wrote:

 Peter S Galbraith [EMAIL PROTECTED] writes:
 
  It would be nice to be able to activate it using the customize
  interface, similarly to what I've done with other other file in
  emacs-goodies-el.  Good idea?
 
 I agree that that would be nice, but I don't know what is the standard
 way to present a minor mode variable to custom.  I tried playing with
 :set, but the results were not what I expected.

Can I infer from the following that it now works?

: I've now nailed it, and it's right there in the manual.  Sorry about
: OT, but this might help other authors.  The incantation that works for
: me, transplanted from Elisp manual, is:
: 
: (defcustom savehist-mode nil
:   Mode for automatic saving of minibuffer history.
: Set this by calling the `savehist-mode' function or using the customize
: interface.
:   :type 'boolean
:   :set (lambda (symbol value) (savehist-mode (or value 0)))
:   :initialize 'custom-initialize-default
:   :require 'savehist
:   :group 'savehist)

:-)

Peter


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#336354: emacs-goodies-el: please add savehist.el

2005-10-31 Thread Hrvoje Niksic
Peter S Galbraith [EMAIL PROTECTED] writes:

 Hrvoje Niksic [EMAIL PROTECTED] wrote:

 Peter S Galbraith [EMAIL PROTECTED] writes:
 
  It would be nice to be able to activate it using the customize
  interface, similarly to what I've done with other other file in
  emacs-goodies-el.  Good idea?
 
 I agree that that would be nice, but I don't know what is the standard
 way to present a minor mode variable to custom.  I tried playing with
 :set, but the results were not what I expected.

 Can I infer from the following that it now works?

Yes.  That code is present in the latest version.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#336354: emacs-goodies-el: please add savehist.el

2005-10-30 Thread Peter S Galbraith
Hrvoje Niksic [EMAIL PROTECTED] wrote:

 Package: emacs-goodies-el
 Severity: wishlist
 
 You might want to add savehist.el, a neat package for persisting minibuffer
 histories across Emacs invocations.  Get it from:
 
 http://fly.srk.fer.hr/~hniksic/emacs/savehist.el

It's funny because your email message to gnu-emacs-sources@gnu.org
preceeded this one in my inbox.
 
 Note that an older version of savehist is distributed with XEmacs.  Also
 note that savehist will be distributed with GNU Emacs beginning with the
 next release.  In either case, it is probably best to ensure that this
 version is used in preference to the one installed with (X)Emacs.

I'll skip installation of this file for emacs-snapshot then.

It would be nice to be able to activate it using the customize
interface, similarly to what I've done with other other file in
emacs-goodies-el.  Good idea?

Thanks,
Peter


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#336354: emacs-goodies-el: please add savehist.el

2005-10-29 Thread Hrvoje Niksic
Package: emacs-goodies-el
Severity: wishlist


You might want to add savehist.el, a neat package for persisting minibuffer
histories across Emacs invocations.  Get it from:

http://fly.srk.fer.hr/~hniksic/emacs/savehist.el

Note that an older version of savehist is distributed with XEmacs.  Also
note that savehist will be distributed with GNU Emacs beginning with the
next release.  In either case, it is probably best to ensure that this
version is used in preference to the one installed with (X)Emacs.


-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]