unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Fixed for namazu.el and gnus-nzm-1.el
@ 2013-06-18 20:48 Adam Sjøgren
  2013-06-19  1:04 ` Stephen J. Turnbull
  0 siblings, 1 reply; 2+ messages in thread
From: Adam Sjøgren @ 2013-06-18 20:48 UTC (permalink / raw)
  To: emacs-devel; +Cc: namazu-users-en

  Hi.


After this recent change in GNU Emacs:

 * http://article.gmane.org/gmane.emacs.diffs/120871

The elisp files namazu.el and gnus-nzm-1.el no longer byte-compile.

The fix is to add a coding: cookie, similar to this, done on a file in
the same situation in auctex:

 * http://lists.nongnu.org/archive/html/emacs-elpa-diffs/2013-06/msg00005.html

i.e. change the first line to:

  ;;; namazu.el --- Support for Namazu.  -*- coding: iso-2022-jp-unix; -*-

and

  ;;; gnus-nmz-1.el --- interface between Namazu and Gnus.  -*- coding: iso-2022-jp-unix; -*-

respectively.

I hope this can be included in a future release of Namazu.


  Cheers!

    Adam

-- 
 "Computers are there to save programmers time"               Adam Sjøgren
                                                         asjo@koldfront.dk




^ permalink raw reply	[flat|nested] 2+ messages in thread

* Fixed for namazu.el and gnus-nzm-1.el
  2013-06-18 20:48 Fixed for namazu.el and gnus-nzm-1.el Adam Sjøgren
@ 2013-06-19  1:04 ` Stephen J. Turnbull
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen J. Turnbull @ 2013-06-19  1:04 UTC (permalink / raw)
  To: Adam Sjøgren; +Cc: namazu-users-en, emacs-devel

Adam Sjøgren writes:

 > i.e. change the first line to:
 > 
 >   ;;; namazu.el --- Support for Namazu.  -*- coding: iso-2022-jp-unix; -*-

Why not just convert the file to UTF-8?  OK, this cause a bit of an
issue when spelunking for ancient changes, but developers should be
able to handle that with some effort.

Does namazu need to support Emacsen that don't support utf-8?  Ancient
unibyte Emacsen (XEmacsen configured with --no-mule for example) don't
support iso-2022-jp, so either way doesn't matter to them.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-06-19  1:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-18 20:48 Fixed for namazu.el and gnus-nzm-1.el Adam Sjøgren
2013-06-19  1:04 ` Stephen J. Turnbull

Code repositories for project(s) associated with this public inbox

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

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 read-only IMAP folder(s) and NNTP newsgroup(s).