Hi all, xah lee writes: > When opening a zip archive of a single file, emacs displays the zip > archive's index (which is just a single file), as opposed to the > decompressed file content. > > I think when the zip file is a single file, it is more useful to > display file content and allow transparent editing. Please see the attached patch to implement this. Any comments welcome! Thanks, -- Matt ChangeLog entry: 2014-11-13 Matthew Leach * arc-mode.el (singular-file-archive-action): New. (archive-mode): Visit file if archive contains a single file.