unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Juanma Barranquero <lektu@terra.es>
Subject: Re: Checking for nnheader-file-name-translation-alist on gnus-ems.el
Date: Fri, 14 Jun 2002 17:51:33 +0200	[thread overview]
Message-ID: <20020614174614.82A2.LEKTU@terra.es> (raw)
In-Reply-To: <Pine.LNX.4.44.0206141531121.18597-100000@yxa.extundo.com>

On Fri, 14 Jun 2002 15:32:53 +0200 (CEST), Simon Josefsson <jas@extundo.com> wrote:

> gnus-ems.el found in Emacs CVS is not intended to work with several Emacs 
> and XEmacs releases, I think.

It has XEmacs-specific stuff, so I suppose the intent is to be the same
as in Oort Gnus or whatever.

> But it would be better to have a generic 
> solution, because the same patch will probably be applied to Oort Gnus as 
> well, which IS intended to work with several Emacs and XEmacs releases.

The generic solution is even easier. See below.

Opinion from Gnus maintainer (and posibly others)? 


                                                           /L/e/k/t/u



Index: gnus-ems.el
===================================================================
RCS file: /cvs/emacs/lisp/gnus/gnus-ems.el,v
retrieving revision 1.15
diff -u -3 -r1.15 gnus-ems.el
--- gnus-ems.el	12 Apr 2002 08:46:59 -0000	1.15
+++ gnus-ems.el	14 Jun 2002 15:47:39 -0000
@@ -81,6 +81,7 @@
     (cond
      ((string-match "windows-nt\\|os/2\\|emx\\|cygwin32"
 		    (symbol-name system-type))
+      (require 'nnheader)
       (setq nnheader-file-name-translation-alist
 	    (append nnheader-file-name-translation-alist
 		    (mapcar (lambda (c) (cons c ?_))

      reply	other threads:[~2002-06-14 15:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-06-14 10:54 Checking for nnheader-file-name-translation-alist on gnus-ems.el Juanma Barranquero
2002-06-14 13:32 ` Simon Josefsson
2002-06-14 15:51   ` Juanma Barranquero [this message]

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

  List information: https://www.gnu.org/software/emacs/

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

  git send-email \
    --in-reply-to=20020614174614.82A2.LEKTU@terra.es \
    --to=lektu@terra.es \
    /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.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).