emacs-devel
[Top][All Lists]
Advanced

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

23.0.50; write-region


From: Devon Sean McCullough
Subject: 23.0.50; write-region
Date: Fri, 5 Oct 2007 22:07:22 -0400 (EDT)

write-region bombs in emacs 23
$ emacs --batch --eval '(write-region (format "%S" emacs-version) nil 
"/dev/tty" nil :quietly nil nil)'
"23.0.50.1"IO error writing /dev/tty: Invalid argument

works fine in emacs 21
$ emacs --batch --eval '(write-region (format "%S" emacs-version) nil 
"/dev/tty" nil :quietly nil nil)'
"21.3.3"

In GNU Emacs 23.0.50.1 (i686-pc-linux-gnu, X toolkit)
 of 2007-10-05 on healthy.NutritionQuest.com
configured using `configure  'CC=gcc''

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: en_US.UTF-8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Major mode: Shell

Minor modes in effect:
  shell-dirtrack-mode: t
  menu-bar-mode: t
  file-name-shadow-mode: t
  global-font-lock-mode: t
  font-lock-mode: t
  unify-8859-on-encoding-mode: t
  utf-translate-cjk-mode: t
  auto-compression-mode: t
  line-number-mode: t

Recent input:
e m a c s SPC - - b a t c h SPC - - e v a l SPC ' ( 
w r i t e - r e g i o n SPC ( f o r m a t SPC " % S 
" SPC e m a c s - v e r s i o n ) SPC n i l SPC " / 
d e v / t t y " SPC n i l SPC : q u i e t l y SPC n 
i l SPC n i l ) ' RET ESC x r e p o r t SPC e m TAB 
RET

Recent messages:
("emacs" "-Q" "-f" "shell")
For information about GNU Emacs and the GNU system, type C-h C-a.




reply via email to

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