GNU bug report logs -
#541
Trouble getting archive files to load
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 541 in the body.
You can then email your comments to 541 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#541
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
"Davin Pearson" <davin.pearson <at> gmail.com>
:
New bug report received and forwarded. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #5 received at submit <at> emacsbugs.donarmstrong.com (full text, mbox):
Please write in English if possible, because the Emacs maintainers
usually do not have translators to read other languages for them.
Running Emacs with -Q and -q and executing the following code:
(add-to-list 'auto-mode-alist
'("\\.\\(arc\\|zip\\|tar\\|gz\\|lzh\\|zoo\\)\\'" . archive-mode))
gives the following error when I try to load a *.tar or *.tar.gz file:
File mode specification error: (error "Buffer format not recognized")
It works fine loading *.zip files however.
If Emacs crashed, and you have the Emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
If you would like to further debug the crash, please read the file
d:/Program Files/emacs-22.2/etc/DEBUG for instructions.
In GNU Emacs 22.2.1 (i386-mingw-nt5.1.2600)
of 2008-03-27 on RELEASE
Windowing system distributor `Microsoft Corp.', version 5.1.2600
configured using `configure --with-gcc (3.4)'
Important settings:
value of $LC_ALL: nil
value of $LC_COLLATE: nil
value of $LC_CTYPE: nil
value of $LC_MESSAGES: nil
value of $LC_MONETARY: nil
value of $LC_NUMERIC: nil
value of $LC_TIME: nil
value of $LANG: ENZ
locale-coding-system: cp1252
default-enable-multibyte-characters: t
Major mode: Dired by name
Minor modes in effect:
encoded-kbd-mode: t
tooltip-mode: t
tool-bar-mode: t
mouse-wheel-mode: t
menu-bar-mode: t
file-name-shadow-mode: t
global-font-lock-mode: t
font-lock-mode: t
blink-cursor-mode: t
unify-8859-on-encoding-mode: t
utf-translate-cjk-mode: t
auto-compression-mode: t
line-number-mode: t
Recent input:
<help-echo> <help-echo> <help-echo> <help-echo> C-x
C-f <M-backspace> <M-backspace> <M-backspace> <M-backspace>
<M-backspace> <M-backspace> h o <tab> / . <backspace>
<backspace> / . <backspace> <backspace> . e m <tab>
<return> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <down> <down> <down>
<down> <down> <down> <down> <down> <up> <up> <up> <right>
<right> <right> <right> <right> <right> <right> <right>
<right> <right> <right> <right> <end> <left> <left>
<left> <left> <left> <left> <left> <left> <left> <left>
<left> <left> <left> <left> <left> <left> <up> <left>
<left> <down> <left> <left> <left> C-k C-x u <escape>
<escape> <escape> <up> M-: C-y <return> C-d C-x C-f
b a <tab> <return> <return> C-x k <return> <down> <down>
<return> C-x k <return> M-x r e p r <tab> <backspace>
r <tab> <backspace> o r <tab> <return>
Recent messages:
Loading dired...
Loading regexp-opt...done
Loading dired...done
Loading arc-mode...done
File mode specification error: (error "Buffer format not recognized")
Loading jka-compr...done
uncompressing Carls-Latex-Stuff-20050828-233128.tar.gz...done
Note: file is write protected
File mode specification error: (error "Buffer format not recognized")
Loading emacsbug...done
--
Sincerely and kindest regards, Davin.
Davin Pearson http://www.davinpearson.com
Information forwarded to
bug-submit-list <at> lists.donarmstrong.com, Emacs Bugs <bug-gnu-emacs <at> gnu.org>
:
bug#541
; Package
emacs
.
Full text and
rfc822 format available.
Acknowledgement sent to
Jason Rumney <jasonr <at> gnu.org>
:
Extra info received and forwarded to list. Copy sent to
Emacs Bugs <bug-gnu-emacs <at> gnu.org>
.
Full text and
rfc822 format available.
Message #10 received at 541 <at> emacsbugs.donarmstrong.com (full text, mbox):
tags 541 wontfix
thanks
Davin Pearson wrote:
> Running Emacs with -Q and -q and executing the following code:
>
> (add-to-list 'auto-mode-alist
> '("\\.\\(arc\\|zip\\|tar\\|gz\\|lzh\\|zoo\\)\\'" . archive-mode))
>
> gives the following error when I try to load a *.tar or *.tar.gz file:
>
> File mode specification error: (error "Buffer format not recognized")
Archive mode is not supposed to handle those formats. gz is handled by
jka-compr, which is enabled by default, and tar is handled by tar-mode,
also enabled by default. archive-mode is enabled by default for .arc,
.zip, .lzh and .zoo files as well as other formats, so removing that
line from your .emacs should make things work as desired.
Tags added: wontfix
Request was from
Jason Rumney <jasonr <at> gnu.org>
to
control <at> emacsbugs.donarmstrong.com
.
(Mon, 07 Jul 2008 11:05:07 GMT)
Full text and
rfc822 format available.
Reply sent
to
Glenn Morris <rgm <at> gnu.org>
:
You have taken responsibility.
(Sat, 09 Jul 2011 05:36:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
"Davin Pearson" <davin.pearson <at> gmail.com>
:
bug acknowledged by developer.
(Sat, 09 Jul 2011 05:36:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 541-done <at> debbugs.gnu.org (full text, mbox):
I don't see a need to keep open this particular report, which was marked
"wontfix" some time ago.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 06 Aug 2011 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 14 years and 54 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.