emacs-pretest-bug
[Top][All Lists]
Advanced

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

Saving doesn't work anymore.


From: Lute Kamstra
Subject: Saving doesn't work anymore.
Date: Mon, 25 Apr 2005 10:34:23 +0200
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux)

Since these changes:

2005-04-25  Kenichi Handa  <address@hidden>

        * international/mule-cmds.el (select-safe-coding-system): Don't
        check consistency with coding: spec, etc if raw-text or
        no-conversion was found to be safe.

2005-04-25  Kenichi Handa  <address@hidden>

        * fontset.c (fontset_set): Fix previous change.

saving doesn't work anymore for me.

When I start Emacs with "emacs -Q", do M-x toggle-debug-on-error, type
a space in the *scratch* buffer to modify it, and then try to save it
with C-x C-s tmp RET, I get:

Debugger entered--Lisp error: (wrong-type-argument arrayp nil)
  coding-system-type(nil)
  select-safe-coding-system(1 2 nil nil "/home/lute/tmp")
  write-region(1 2 "/home/lute/tmp" nil t "~/tmp")
  basic-save-buffer-2()
  basic-save-buffer-1()
  basic-save-buffer()
  save-buffer(1)
  call-interactively(save-buffer)


Lute.




reply via email to

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