unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* multibyte code typo in Fformat
       [not found] <20040108021413.GH22062@redhat.com>
@ 2004-01-08  8:00 ` Jens Petersen
  2004-01-08  8:41   ` Kenichi Handa
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Petersen @ 2004-01-08  8:00 UTC (permalink / raw)
  Cc: Dave Jones

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

I received this patch from Dave Jones.
It seems the problem still exists in cvs afaict
so I'm forwarding it here.

Can someone please apply it?  Thank you.

Jens



[-- Attachment #2: Type: message/rfc822, Size: 637 bytes --]

From: Dave Jones <davej@redhat.com>
To: petersen@redhat.com
Subject: emacs bug
Date: Thu, 8 Jan 2004 02:14:13 +0000
Message-ID: <20040108021413.GH22062@redhat.com>

--- cvs-pkgs/./emacs/emacs-21.3/src/editfns.c~	2004-01-08 02:13:31.000000000 +0000
+++ cvs-pkgs/./emacs/emacs-21.3/src/editfns.c	2004-01-08 02:13:52.000000000 +0000
@@ -3295,7 +3295,7 @@
 	    /* Anything but a string, convert to a string using princ.  */
 	    register Lisp_Object tem;
 	    tem = Fprin1_to_string (args[n], Qt);
-	    if (STRING_MULTIBYTE (tem) & ! multibyte)
+	    if (STRING_MULTIBYTE (tem) && ! multibyte)
 	      {
 		multibyte = 1;
 		goto retry;

[-- Attachment #3: 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: multibyte code typo in Fformat
  2004-01-08  8:00 ` multibyte code typo in Fformat Jens Petersen
@ 2004-01-08  8:41   ` Kenichi Handa
  0 siblings, 0 replies; 2+ messages in thread
From: Kenichi Handa @ 2004-01-08  8:41 UTC (permalink / raw)
  Cc: davej, emacs-devel

In article <m31xqaswcv.wl%petersen@redhat.com>, Jens Petersen <petersen@redhat.com> writes:
> I received this patch from Dave Jones.
> It seems the problem still exists in cvs afaict
> so I'm forwarding it here.

> Can someone please apply it?  Thank you.

I've just committed that fix.  Thank you.

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


> [2  <message/rfc822 (7bit)>]
> Date: Thu, 8 Jan 2004 02:14:13 +0000
> From: Dave Jones <davej@redhat.com>
> To: petersen@redhat.com
> Subject: emacs bug
> Message-ID: <20040108021413.GH22062@redhat.com>
> MIME-Version: 1.0

> --- cvs-pkgs/./emacs/emacs-21.3/src/editfns.c~	2004-01-08 02:13:31.000000000 +0000
> +++ cvs-pkgs/./emacs/emacs-21.3/src/editfns.c	2004-01-08 02:13:52.000000000 +0000
> @@ -3295,7 +3295,7 @@
>  	    /* Anything but a string, convert to a string using princ.  */
>  	    register Lisp_Object tem;
>  	    tem = Fprin1_to_string (args[n], Qt);
> -	    if (STRING_MULTIBYTE (tem) & ! multibyte)
> +	    if (STRING_MULTIBYTE (tem) && ! multibyte)
>  	      {
>  		multibyte = 1;
>  		goto retry;

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

end of thread, other threads:[~2004-01-08  8:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20040108021413.GH22062@redhat.com>
2004-01-08  8:00 ` multibyte code typo in Fformat Jens Petersen
2004-01-08  8:41   ` Kenichi Handa

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