all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Small typo in coding.c
@ 2004-05-23  0:12 Lőrentey Károly
  2004-05-24  4:03 ` Kenichi Handa
  0 siblings, 1 reply; 2+ messages in thread
From: Lőrentey Károly @ 2004-05-23  0:12 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 187 bytes --]

While adapting terminal I/O coding systems for multi-tty-support, I
noticed a suspicious irregularity in
set-safe-terminal-coding-system-internal that smells like a (benign)
typo to me:


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 411 bytes --]

--- orig/src/coding.c
+++ mod/src/coding.c
@@ -7209,7 +7209,7 @@
   /* Character composition should be disabled.  */
   safe_terminal_coding.composing = COMPOSITION_DISABLED;
   /* Error notification should be suppressed.  */
-  terminal_coding.suppress_error = 1;
+  safe_terminal_coding.suppress_error = 1;
   safe_terminal_coding.src_multibyte = 1;
   safe_terminal_coding.dst_multibyte = 0;
   return Qnil;

[-- Attachment #3: Type: text/plain, Size: 209 bytes --]


2004-05-23  Károly Lőrentey  <lorentey@elte.hu>

        * coding.c (Fset_safe_terminal_coding_system_internal): Set
          suppress_error in safe_terminal_coding, not terminal_coding.

-- 
Károly

[-- Attachment #4: Type: text/plain, Size: 141 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/emacs-devel

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

* Re: Small typo in coding.c
  2004-05-23  0:12 Small typo in coding.c Lőrentey Károly
@ 2004-05-24  4:03 ` Kenichi Handa
  0 siblings, 0 replies; 2+ messages in thread
From: Kenichi Handa @ 2004-05-24  4:03 UTC (permalink / raw)
  Cc: emacs-devel

In article <lorentey.g.e.devel.87d64w9f2e.elte@eris.elte.hu>, lorentey@elte.hu (Lőrentey Károly) writes:

> [1  <text/plain (7bit)>]
> While adapting terminal I/O coding systems for multi-tty-support, I
> noticed a suspicious irregularity in
> set-safe-terminal-coding-system-internal that smells like a (benign)
> typo to me:

Thank you for finding this bug.  I've just installed the fix.

---
Ken'ichi HANDA
handa@m17n.org

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

end of thread, other threads:[~2004-05-24  4:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-23  0:12 Small typo in coding.c Lőrentey Károly
2004-05-24  4:03 ` Kenichi Handa

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.