Gnus development mailing list
 help / color / mirror / Atom feed
* gnus-summary-save-in-folder ?
@ 1997-12-04 22:55 Randy Sims
  1997-12-06  3:57 ` Jason R Mastaler
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Sims @ 1997-12-04 22:55 UTC (permalink / raw)


(gnus-extended-version)
"Quassia Gnus v0.17/XEmacs 20.3 - \"Vatican City\""

Somewhere along the line, I lost any reasonable completion for folders in 

	gnus-summary-save-in-folder 
	"Append the current article to an mh folder ..."

where

	gnus-read-save-file-name 

is being used to generate the folder.

I hacked gnus-mh.el for a quick fix. Perhaps, someone can suggest
actually what the right thing is to do!

$ diff -c gnus-mh.el.save gnus-mh.el
*** gnus-mh.el.save	Thu Dec  4 17:22:02 1997
--- gnus-mh.el	Thu Dec  4 17:49:16 1997
***************
*** 36,41 ****
--- 36,42 ----
  (require 'gnus)
  (require 'mh-e)
  (require 'mh-comp)
+ (require 'mh-utils)
  (require 'gnus-msg)
  (require 'gnus-sum)
  
***************
*** 55,64 ****
    ;; Thanks to yuki@flab.Fujitsu.JUNET and ohm@kaba.junet.
    (mh-find-path)
    (let ((folder
! 	 (gnus-read-save-file-name
! 		  "Save %s in file:" folder
! 		  gnus-folder-save-name gnus-newsgroup-name
! 		  gnus-current-headers 'gnus-newsgroup-last-folder))
  	(errbuf (get-buffer-create " *Gnus rcvstore*"))
  	;; Find the rcvstore program.
  	(exec-path (if mh-lib (cons mh-lib exec-path) exec-path)))
--- 56,77 ----
    ;; Thanks to yuki@flab.Fujitsu.JUNET and ohm@kaba.junet.
    (mh-find-path)
    (let ((folder
! 	 ;;(gnus-read-save-file-name
! 	 ;;	  "Save %s in file:" folder
! 	 ;;        gnus-folder-save-name gnus-newsgroup-name
! 	 ;;        gnus-current-headers 'gnus-newsgroup-last-folder)
! 	 (mh-prompt-for-folder 
! 	  (format "Save %s in"
! 		  (if (and gnus-number-of-articles-to-be-saved
! 			   (> gnus-number-of-articles-to-be-saved 1))
! 		      (format "these %d articles"
! 			      gnus-number-of-articles-to-be-saved)
! 		    "this article"))
! 	  (funcall gnus-folder-save-name
! 		   gnus-newsgroup-name
! 		   gnus-current-headers
! 		   gnus-newsgroup-last-folder)
! 	  nil))
  	(errbuf (get-buffer-create " *Gnus rcvstore*"))
  	;; Find the rcvstore program.
  	(exec-path (if mh-lib (cons mh-lib exec-path) exec-path)))

-- 
Randal N. Sims (Randy)           |  Tel:   (803)725-1387
Westinghouse Savannah River Co.  |  Fax:   (803)725-2823
SRS, 773-A, A1128, Rm. 2         |  Email: randal.sims@srs.gov
Aiken, SC 29808-0001 USA         |  URL:   "under construction"

DISCLAIMER: The opinions expressed are mine and do not necessarily
	    represent Westinghouse Savannah River Co. or the
	    United States Department of Energy.




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gnus-summary-save-in-folder ?
  1997-12-04 22:55 gnus-summary-save-in-folder ? Randy Sims
@ 1997-12-06  3:57 ` Jason R Mastaler
  0 siblings, 0 replies; 2+ messages in thread
From: Jason R Mastaler @ 1997-12-06  3:57 UTC (permalink / raw)


Randy Sims <Private_User@srs.gov> writes:

> (gnus-extended-version)
> "Quassia Gnus v0.17/XEmacs 20.3 - \"Vatican City\""
> 
> Somewhere along the line, I lost any reasonable completion for folders in 
> 
> 	gnus-summary-save-in-folder 
> 	"Append the current article to an mh folder ..."
> 
> where
> 
> 	gnus-read-save-file-name 
> 
> is being used to generate the folder.
> 
> I hacked gnus-mh.el for a quick fix. Perhaps, someone can suggest
> actually what the right thing is to do!

I reported this to Lars already, and it should be fixed in QG v0.18.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~1997-12-06  3:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-12-04 22:55 gnus-summary-save-in-folder ? Randy Sims
1997-12-06  3:57 ` Jason R Mastaler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).