Gnus development mailing list
 help / color / mirror / Atom feed
From: "jeff (j.d.) sparkes" <jsparkes@nortel.ca>
Subject: 0.27: bogus error signalled due to gnus-make-directory
Date: Fri, 6 Sep 1996 13:48:00 -0400	[thread overview]
Message-ID: <18632.4851857082$1042182301@news.gmane.org> (raw)

make-directory returns nil on success, but gnus-make-directory returns
t if the directory already exists.  This causes an error to be
signalled from gnus-score-save, and the updated scores aren't save.

*** /tmp/geta20276	Fri Sep  6 13:45:27 1996
--- gnus-util.el	Fri Sep  6 13:45:05 1996
***************
*** 540,546 ****
    "Make DIRECTORY (and all its parents) if it doesn't exist."
    (when (not (file-exists-p directory))
      (make-directory directory t)
!     t))
   
  (provide 'gnus-util)
  
--- 540,546 ----
    "Make DIRECTORY (and all its parents) if it doesn't exist."
    (when (not (file-exists-p directory))
      (make-directory directory t)
!     nil))
   
  (provide 'gnus-util)
  

-- 
Jeff Sparkes jsparkes@nortel.ca	  		Nortel, Ottawa (613)765-2503
"Egad Brain, you astound me!"  "I'm afraid I always will, Pinky."

--
Jeff Sparkes
jsparkes@nortel.ca    Nortel, Ottawa, Ontario, Canada 	613-765-2503


                 reply	other threads:[~1996-09-06 17:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='18632.4851857082$1042182301@news.gmane.org' \
    --to=jsparkes@nortel.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).