all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Peter Dyballa <Peter_Dyballa@Web.DE>
To: Gelika PAPP-RAFFY <gelika.papp-raffy@st.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: hexl-mode, while saving encoding problem
Date: Thu, 8 Nov 2007 16:40:24 +0100	[thread overview]
Message-ID: <453348FC-FB45-4EF4-841A-76C18E468884@Web.DE> (raw)
In-Reply-To: <004701c82218$7f472e70$71a83c0a@mun.st.com>


Am 08.11.2007 um 16:03 schrieb Gelika PAPP-RAFFY:

> I am editing binary files with emacs (ID3 tags in .mp3 files).
> I use the hexl-mode.
> When I want to save my modifications I get the question "Selet  
> coding system" and it is asking me to choose between several like  
> undecided-unix, mule-utf-8, etc.

There is a variable, file-coding-system-alist, that also lists file  
name extensions for which no-conversion is applied upon reading or  
writing. Obviously no-one has edited an MP3 file before, so this is  
not mentioned there.

It might be worth to write a bug report and ask for this enhancement.

To solve your problem now you can add to your init file this code:

	(add-to-list 'file-coding-system-alist '("\\.mp3\\'" . no-conversion))

To have it set at once put the line into the *scratch* buffer,  
position the cursor at its end and press C-j. Then open, edit, and  
save the MP3 file again.

--
Greetings

   Pete

"Isn't vi that text editor with two modes... one that beeps and one
that corrupts your file?" -- Dan Jacobson, on comp.os.linux.advocacy

  reply	other threads:[~2007-11-08 15:40 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-08 15:03 hexl-mode, while saving encoding problem Gelika PAPP-RAFFY
2007-11-08 15:40 ` Peter Dyballa [this message]
2007-11-09  8:36   ` Gelika PAPP-RAFFY
2007-11-09  9:54     ` Peter Dyballa
  -- strict thread matches above, loose matches on Subject: below --
2007-11-08 16:33 martin rudalics
     [not found] <mailman.3130.1194534207.18990.help-gnu-emacs@gnu.org>
2007-11-08 19:02 ` Stefan Monnier
     [not found] <mailman.3165.1194597393.18990.help-gnu-emacs@gnu.org>
2007-11-10  0:31 ` Mark Hood

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=453348FC-FB45-4EF4-841A-76C18E468884@Web.DE \
    --to=peter_dyballa@web.de \
    --cc=gelika.papp-raffy@st.com \
    --cc=help-gnu-emacs@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.