emacs-devel
[Top][All Lists]
Advanced

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

Re: EOL conversion of files in .tar archives


From: Chong Yidong
Subject: Re: EOL conversion of files in .tar archives
Date: 22 May 2007 17:10:43 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.4

Eli Zaretskii <address@hidden> writes:

> > Date: Tue, 22 May 2007 14:19:14 +0300
> > From: Eli Zaretskii <address@hidden>
> > Cc: address@hidden
> > 
> > I'd like to suggest an alternative change that is local to
> > tar-mode.el, see below.
> 
> Sorry, that patch was incomplete, and so did an imperfect job.  Please
> use the one below.

Maybe we should condition this change to win32, so any bug
inadvertently introduced here won't affect other operating systems.
 
> +                          (let ((file-name-handler-alist
> +                                 '(("" . tar-file-name-handler))))
> +                            (car (find-operation-coding-system
> +                                  'insert-file-contents
> +                                  (cons name (current-buffer)) t)))))




reply via email to

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