emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/gnus/nnspool.el


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/gnus/nnspool.el
Date: Sat, 04 Sep 2004 09:28:31 -0400

Index: emacs/lisp/gnus/nnspool.el
diff -c emacs/lisp/gnus/nnspool.el:1.8 emacs/lisp/gnus/nnspool.el:1.9
*** emacs/lisp/gnus/nnspool.el:1.8      Mon Sep  1 15:45:25 2003
--- emacs/lisp/gnus/nnspool.el  Sat Sep  4 13:13:44 2004
***************
*** 1,11 ****
  ;;; nnspool.el --- spool access for GNU Emacs
  
  ;; Copyright (C) 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998,
! ;;               2000, 2002
  ;;               Free Software Foundation, Inc.
  
  ;; Author: Masanobu UMEDA <address@hidden>
! ;;    Lars Magne Ingebrigtsen <address@hidden>
  ;; Keywords: news
  
  ;; This file is part of GNU Emacs.
--- 1,11 ----
  ;;; nnspool.el --- spool access for GNU Emacs
  
  ;; Copyright (C) 1988, 1989, 1990, 1993, 1994, 1995, 1996, 1997, 1998,
! ;;               2000, 2002, 2003
  ;;               Free Software Foundation, Inc.
  
  ;; Author: Masanobu UMEDA <address@hidden>
! ;;    Lars Magne Ingebrigtsen <address@hidden>
  ;; Keywords: news
  
  ;; This file is part of GNU Emacs.
***************
*** 50,56 ****
  (defvoo nnspool-nov-directory (concat nnspool-spool-directory "over.view/")
    "Local news nov directory.")
  
! (defvoo nnspool-lib-dir "/usr/lib/news/"
    "Where the local news library files are stored.")
  
  (defvoo nnspool-active-file (concat nnspool-lib-dir "active")
--- 50,59 ----
  (defvoo nnspool-nov-directory (concat nnspool-spool-directory "over.view/")
    "Local news nov directory.")
  
! (defvoo nnspool-lib-dir
!     (if (file-exists-p "/usr/lib/news/active")
!       "/usr/lib/news/"
!       "/var/lib/news/")
    "Where the local news library files are stored.")
  
  (defvoo nnspool-active-file (concat nnspool-lib-dir "active")
***************
*** 69,76 ****
    "Local news active date file.")
  
  (defvoo nnspool-large-newsgroup 50
!   "The number of the articles which indicates a large newsgroup.
! If the number of the articles is greater than the value, verbose
  messages will be shown to indicate the current status.")
  
  (defvoo nnspool-nov-is-evil nil
--- 72,79 ----
    "Local news active date file.")
  
  (defvoo nnspool-large-newsgroup 50
!   "The number of articles which indicates a large newsgroup.
! If the number of articles is greater than the value, verbose
  messages will be shown to indicate the current status.")
  
  (defvoo nnspool-nov-is-evil nil
***************
*** 361,367 ****
      (let ((nov (nnheader-group-pathname
                nnspool-current-group nnspool-nov-directory ".overview"))
          (arts articles)
!                 (nnheader-file-coding-system nnspool-file-coding-system)
          last)
        (if (not (file-exists-p nov))
          ()
--- 364,370 ----
      (let ((nov (nnheader-group-pathname
                nnspool-current-group nnspool-nov-directory ".overview"))
          (arts articles)
!         (nnheader-file-coding-system nnspool-file-coding-system)
          last)
        (if (not (file-exists-p nov))
          ()




reply via email to

[Prev in Thread] Current Thread [Next in Thread]