Gnus development mailing list
 help / color / mirror / Atom feed
From: Fabrice Popineau <popineau@esemetz.ese-metz.fr>
Cc: Lars Magne Ingebrigtsen <larsi@ifi.uio.no>, ding@ifi.uio.no
Subject: Re: September Gnus v0.93 is released
Date: 24 May 1996 13:34:18 +0200	[thread overview]
Message-ID: <wyzq6ypao5.fsf@neuromancer.ese-metz.fr> (raw)
In-Reply-To: Magnus Hammerin's message of 24 May 1996 11:59:01 +0200


Hi, 

In order to make it working with xemacs-19.13, I  also had to put back
the following in gnu-xmas.el :

;; Written by Erik Naggum <erik@naggum.no>.
;; Saved by Steve Baur <steve@miranova.com>.
(or (fboundp 'insert-file-contents-literally)
(defun insert-file-contents-literally (filename &optional visit beg end replace)
  "Like `insert-file-contents', q.v., but only reads in the file.
A buffer may be modified in several ways after reading into the buffer due
to advanced Emacs features, such as file-name-handlers, format decoding,
find-file-hooks, etc.
  This function ensures that none of these modifications will take place."
  (let (                                ; (file-name-handler-alist nil)
        (format-alist nil)
        (after-insert-file-functions nil)
        (find-buffer-file-type-function 
         (if (fboundp 'find-buffer-file-type)
             (symbol-function 'find-buffer-file-type)
           nil)))
    (unwind-protect
        (progn
          (fset 'find-buffer-file-type (lambda (filename) t))
          (insert-file-contents filename visit beg end replace))
      (if find-buffer-file-type-function
          (fset 'find-buffer-file-type find-buffer-file-type-function)
        (fmakunbound 'find-buffer-file-type))))))

-- 
Fabrice POPINEAU
------------------------
e-mail:       popineau@ese-metz.fr              voice-mail: (+33) 87-74-99-38 
surface-mail: Supelec, 2 rue E. Belin, F-57078 Metz Cedex 3    


  reply	other threads:[~1996-05-24 11:34 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1996-05-23 23:41 Lars Magne Ingebrigtsen
1996-05-24  9:59 ` Magnus Hammerin
1996-05-24 11:34   ` Fabrice Popineau [this message]
1996-05-24 12:02   ` Magnus Hammerin
1996-05-24 16:24 ` Steven L Baur
1996-05-24 16:53   ` Mark Borges
1996-05-24 18:48     ` Lars Magne Ingebrigtsen
1996-05-24 19:44       ` Per Abrahamsen
1996-05-24 18:46   ` Lars Magne Ingebrigtsen
1996-05-24 21:39 ` Sten Drescher
1996-05-26 17:34   ` Kai Grossjohann

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=wyzq6ypao5.fsf@neuromancer.ese-metz.fr \
    --to=popineau@esemetz.ese-metz.fr \
    --cc=ding@ifi.uio.no \
    --cc=larsi@ifi.uio.no \
    /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).