unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* 23.0.50; write-region
@ 2007-10-06  2:07 Devon Sean McCullough
  2007-10-06  8:18 ` Andreas Schwab
  0 siblings, 1 reply; 2+ messages in thread
From: Devon Sean McCullough @ 2007-10-06  2:07 UTC (permalink / raw)
  To: emacs-pretest-bug

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.

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

end of thread, other threads:[~2007-10-06  8:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-06  2:07 23.0.50; write-region Devon Sean McCullough
2007-10-06  8:18 ` Andreas Schwab

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).