From unknown Mon Aug 18 04:42:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6140: 24.0.50; Redisplay problem with the Lao script Resent-From: Eli Zaretskii Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-To: owner@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sat, 08 May 2010 15:04:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 6140 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 6140@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Reply-To: Eli Zaretskii Received: via spool by submit@debbugs.gnu.org id=B.12733310407919 (code B ref -1); Sat, 08 May 2010 15:04:01 +0000 Received: (at submit) by debbugs.gnu.org; 8 May 2010 15:04:00 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAlZP-00023g-Ud for submit@debbugs.gnu.org; Sat, 08 May 2010 11:04:00 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAlZN-00023a-K0 for submit@debbugs.gnu.org; Sat, 08 May 2010 11:03:58 -0400 Received: from lists.gnu.org ([199.232.76.165]:46326) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OAlZN-0001Wu-VD for submit@debbugs.gnu.org; Sat, 08 May 2010 11:03:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAlZN-0002Bw-C9 for bug-gnu-emacs@gnu.org; Sat, 08 May 2010 11:03:57 -0400 Received: from [140.186.70.92] (port=54083 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAlZL-0002Bn-G0 for bug-gnu-emacs@gnu.org; Sat, 08 May 2010 11:03:56 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RCVD_IN_SORBS_WEB autolearn=no version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAlZK-0000DY-1v for bug-gnu-emacs@gnu.org; Sat, 08 May 2010 11:03:55 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:33553) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAlZJ-0000DB-KK for bug-gnu-emacs@gnu.org; Sat, 08 May 2010 11:03:53 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L2300700WEXEG00@a-mtaout20.012.net.il> for bug-gnu-emacs@gnu.org; Sat, 08 May 2010 18:03:26 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.0.144]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L230067XWHO0C60@a-mtaout20.012.net.il> for bug-gnu-emacs@gnu.org; Sat, 08 May 2010 18:03:26 +0300 (IDT) Date: Sat, 08 May 2010 18:01:25 +0300 From: Eli Zaretskii Message-id: <83aasaqvy2.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: QUOTED-PRINTABLE X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -2.9 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.8 (---) This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing l= ist, and to the gnu.emacs.bug news group. Please describe exactly what actions triggered the bug and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': emacs -Q C-h H C-u 1 5 6 4 C-f This will place you on the character in the Lao greeting whose buffer position is 1565. This is the 2nd character to the left of the slash= . Now type "M-x" and observe the character to the right of the cursor. = It is a composed character. Once you type "M-x", it is "decomposed": it= s upper part (and everything in that line to the right of it) shifts to the right. I see the same in Emacs 23.2, so this has nothing to do with bidi reordering code. If this is a problem with the Lao font used for displaying Lao, then please tell which Lao font is better. For the record, "C-u C-x =3D" says that the font used is this: -outline-DejaVu Sans Mono-normal-normal-normal-mono-13-*-*-*-c-*-iso= 10646-1 If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file d:/gnu/bzr/emacs/test/etc/DEBUG. In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on HOME-C4E4A596F7 Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --no-opt' 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: ENU value of $XMODIFIERS: nil locale-coding-system: cp1255 default enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t scroll-bar-mode: right global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t view-mode: t Recent input: C-h H =20 =20 M-x r e d r a =20 =20 =20 =20 =20 =20 =20 M-x C-g =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 M-x=20 C-g =20 =20 M-x C-g M-x C-g C-x =3D=20 M-x r e p o p r t Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Loading vc-bzr...done View mode: type C-h for help, h for commands, q to quit. Quit [4 times] Char: =E0=BA=8D (3725, #o7215, #xe8d, file ...) point=3D1565 of 3163 = (49%) column=3D36 Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr message rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailhea= der emacsbug thai-util thai-word mule-util lao-util regexp-opt vc-bzr sha= 1 hex-util view tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-= w32 disp-table ls-lisp w32-win w32-vars tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process multi-tty ema= cs) From unknown Mon Aug 18 04:42:18 2025 X-Loop: help-debbugs@gnu.org Subject: bug#6140: 24.0.50; Redisplay problem with the Lao script Resent-From: Lars Ingebrigtsen Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Wed, 21 Aug 2019 23:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 6140 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Eli Zaretskii Cc: 6140@debbugs.gnu.org Received: via spool by 6140-submit@debbugs.gnu.org id=B6140.15664316024980 (code B ref 6140); Wed, 21 Aug 2019 23:54:01 +0000 Received: (at 6140) by debbugs.gnu.org; 21 Aug 2019 23:53:22 +0000 Received: from localhost ([127.0.0.1]:36824 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0aPp-0001IG-QZ for submit@debbugs.gnu.org; Wed, 21 Aug 2019 19:53:22 -0400 Received: from quimby.gnus.org ([80.91.231.51]:45472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0aPn-0001I8-SK for 6140@debbugs.gnu.org; Wed, 21 Aug 2019 19:53:20 -0400 Received: from 77.18.59.87.tmi.telenormobil.no ([77.18.59.87] helo=sandy) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i0aPj-0007lp-NP; Thu, 22 Aug 2019 01:53:18 +0200 From: Lars Ingebrigtsen References: <83aasaqvy2.fsf@gnu.org> Date: Wed, 21 Aug 2019 16:53:11 -0700 In-Reply-To: <83aasaqvy2.fsf@gnu.org> (Eli Zaretskii's message of "Sat, 08 May 2010 18:01:25 +0300") Message-ID: <87y2zmt6s8.fsf@mouse.gnus.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: Eli Zaretskii writes: > emacs -Q > C-h H > C-u 1 5 6 4 C-f > > This will place you on the character in the Lao greeting whose buffer > position is 1565. This is the 2nd character to the left of the slash. > > Now type "M-x [...] Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.0 TVD_RCVD_IP Message was received from an IP address -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Eli Zaretskii writes: > emacs -Q > C-h H > C-u 1 5 6 4 C-f > > This will place you on the character in the Lao greeting whose buffer > position is 1565. This is the 2nd character to the left of the slash. > > Now type "M-x" and observe the character to the right of the cursor. It > is a composed character. Once you type "M-x", it is "decomposed": its > upper part (and everything in that line to the right of it) shifts to > the right. I tried reproducing this in Emacs 27, but used `C-u 1 8 9 3 C-f' instead to get to that place in the Lao greeting. But nothing in particular seems to happen when I `M-x' anywhere from within the greeting, as far as I can see. > I see the same in Emacs 23.2, so this has nothing to do with bidi > reordering code. > > If this is a problem with the Lao font used for displaying Lao, then > please tell which Lao font is better. For the record, "C-u C-x =" > says that the font used is this: > > -outline-DejaVu Sans Mono-normal-normal-normal-mono-13-*-*-*-c-*-iso10646-1 I have: xfthb:-PfEd-DejaVu Sans Mono-normal-normal-normal-*-17-*-*-*-m-0-iso10646-1 (#x4B9) which is pretty similar... Are you still seeing this problem or has it gone away in the nine years since this was reported? -- (domestic pets only, the antidote for overdose, milk.) bloggy blog: http://lars.ingebrigtsen.no From debbugs-submit-bounces@debbugs.gnu.org Wed Aug 21 19:53:39 2019 Received: (at control) by debbugs.gnu.org; 21 Aug 2019 23:53:39 +0000 Received: from localhost ([127.0.0.1]:36827 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0aQ7-0001Ip-4M for submit@debbugs.gnu.org; Wed, 21 Aug 2019 19:53:39 -0400 Received: from quimby.gnus.org ([80.91.231.51]:45486) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0aQ5-0001Ig-Pt for control@debbugs.gnu.org; Wed, 21 Aug 2019 19:53:38 -0400 Received: from 77.18.59.87.tmi.telenormobil.no ([77.18.59.87] helo=sandy) by quimby.gnus.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.89) (envelope-from ) id 1i0aQ2-0007lx-KV for control@debbugs.gnu.org; Thu, 22 Aug 2019 01:53:37 +0200 Date: Wed, 21 Aug 2019 16:53:31 -0700 Message-Id: <87wof6t6ro.fsf@mouse.gnus.org> To: control@debbugs.gnu.org From: Lars Ingebrigtsen Subject: control message for bug #6140 X-Spam-Report: Spam detection software, running on the system "quimby.gnus.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see @@CONTACT_ADDRESS@@ for details. Content preview: tags 6140 + moreinfo quit Content analysis details: (-2.9 points, 5.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -1.0 ALL_TRUSTED Passed through trusted hosts only via SMTP 0.0 TVD_RCVD_IP Message was received from an IP address -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) tags 6140 + moreinfo quit From unknown Mon Aug 18 04:42:18 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Eli Zaretskii Subject: bug#6140: closed (Re: bug#6140: 24.0.50; Redisplay problem with the Lao script) Message-ID: References: <83d0gxcn5o.fsf@gnu.org> <83aasaqvy2.fsf@gnu.org> X-Gnu-PR-Message: they-closed 6140 X-Gnu-PR-Package: emacs X-Gnu-PR-Keywords: moreinfo Reply-To: 6140@debbugs.gnu.org Date: Thu, 22 Aug 2019 14:04:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1566482642-30046-1" This is a multi-part message in MIME format... ------------=_1566482642-30046-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #6140: 24.0.50; Redisplay problem with the Lao script which was filed against the emacs package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 6140@debbugs.gnu.org. --=20 6140: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D6140 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1566482642-30046-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 6140-done) by debbugs.gnu.org; 22 Aug 2019 14:03:47 +0000 Received: from localhost ([127.0.0.1]:38015 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0ngp-0007oC-Ia for submit@debbugs.gnu.org; Thu, 22 Aug 2019 10:03:47 -0400 Received: from eggs.gnu.org ([209.51.188.92]:41480) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1i0ngn-0007o0-VL for 6140-done@debbugs.gnu.org; Thu, 22 Aug 2019 10:03:46 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:40503) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1i0ngi-0006Qi-0J; Thu, 22 Aug 2019 10:03:40 -0400 Received: from [176.228.60.248] (port=1026 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1i0ngh-0001KX-EP; Thu, 22 Aug 2019 10:03:39 -0400 Date: Thu, 22 Aug 2019 17:03:47 +0300 Message-Id: <83d0gxcn5o.fsf@gnu.org> From: Eli Zaretskii To: Lars Ingebrigtsen In-reply-to: <87y2zmt6s8.fsf@mouse.gnus.org> (message from Lars Ingebrigtsen on Wed, 21 Aug 2019 16:53:11 -0700) Subject: Re: bug#6140: 24.0.50; Redisplay problem with the Lao script References: <83aasaqvy2.fsf@gnu.org> <87y2zmt6s8.fsf@mouse.gnus.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 6140-done Cc: 6140-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) > From: Lars Ingebrigtsen > Cc: 6140@debbugs.gnu.org > Date: Wed, 21 Aug 2019 16:53:11 -0700 > > Eli Zaretskii writes: > > > emacs -Q > > C-h H > > C-u 1 5 6 4 C-f > > > > This will place you on the character in the Lao greeting whose buffer > > position is 1565. This is the 2nd character to the left of the slash. > > > > Now type "M-x" and observe the character to the right of the cursor. It > > is a composed character. Once you type "M-x", it is "decomposed": its > > upper part (and everything in that line to the right of it) shifts to > > the right. > > I tried reproducing this in Emacs 27, but used `C-u 1 8 9 3 C-f' instead > to get to that place in the Lao greeting. > > But nothing in particular seems to happen when I `M-x' anywhere from > within the greeting, as far as I can see. I verified that the problem is still reproducible in Emacs 23, but not in Emacs 26. So I'm closing the bug. ------------=_1566482642-30046-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 8 May 2010 15:04:00 +0000 Received: from localhost ([127.0.0.1] helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAlZP-00023g-Ud for submit@debbugs.gnu.org; Sat, 08 May 2010 11:04:00 -0400 Received: from mx10.gnu.org ([199.232.76.166]) by debbugs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAlZN-00023a-K0 for submit@debbugs.gnu.org; Sat, 08 May 2010 11:03:58 -0400 Received: from lists.gnu.org ([199.232.76.165]:46326) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1OAlZN-0001Wu-VD for submit@debbugs.gnu.org; Sat, 08 May 2010 11:03:58 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1OAlZN-0002Bw-C9 for bug-gnu-emacs@gnu.org; Sat, 08 May 2010 11:03:57 -0400 Received: from [140.186.70.92] (port=54083 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OAlZL-0002Bn-G0 for bug-gnu-emacs@gnu.org; Sat, 08 May 2010 11:03:56 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.1 required=5.0 tests=BAYES_00,RCVD_IN_SORBS_WEB autolearn=no version=3.3.1 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OAlZK-0000DY-1v for bug-gnu-emacs@gnu.org; Sat, 08 May 2010 11:03:55 -0400 Received: from mtaout20.012.net.il ([80.179.55.166]:33553) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OAlZJ-0000DB-KK for bug-gnu-emacs@gnu.org; Sat, 08 May 2010 11:03:53 -0400 Received: from conversion-daemon.a-mtaout20.012.net.il by a-mtaout20.012.net.il (HyperSendmail v2007.08) id <0L2300700WEXEG00@a-mtaout20.012.net.il> for bug-gnu-emacs@gnu.org; Sat, 08 May 2010 18:03:26 +0300 (IDT) Received: from HOME-C4E4A596F7 ([84.229.0.144]) by a-mtaout20.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0L230067XWHO0C60@a-mtaout20.012.net.il> for bug-gnu-emacs@gnu.org; Sat, 08 May 2010 18:03:26 +0300 (IDT) Date: Sat, 08 May 2010 18:01:25 +0300 From: Eli Zaretskii Subject: 24.0.50; Redisplay problem with the Lao script To: bug-gnu-emacs@gnu.org Message-id: <83aasaqvy2.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=utf-8 Content-transfer-encoding: QUOTED-PRINTABLE X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 4) X-Spam-Score: -2.9 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Eli Zaretskii List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.8 (---) This bug report will be sent to the Free Software Foundation, not to your local site managers! Please write in English if possible, because the Emacs maintainers usually do not have translators to read other languages for them. Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing l= ist, and to the gnu.emacs.bug news group. Please describe exactly what actions triggered the bug and the precise symptoms of the bug. If you can, give a recipe starting from `emacs -Q': emacs -Q C-h H C-u 1 5 6 4 C-f This will place you on the character in the Lao greeting whose buffer position is 1565. This is the 2nd character to the left of the slash= . Now type "M-x" and observe the character to the right of the cursor. = It is a composed character. Once you type "M-x", it is "decomposed": it= s upper part (and everything in that line to the right of it) shifts to the right. I see the same in Emacs 23.2, so this has nothing to do with bidi reordering code. If this is a problem with the Lao font used for displaying Lao, then please tell which Lao font is better. For the record, "C-u C-x =3D" says that the font used is this: -outline-DejaVu Sans Mono-normal-normal-normal-mono-13-*-*-*-c-*-iso= 10646-1 If Emacs crashed, and you have the Emacs process in the gdb debugger, please include the output from the following gdb commands: `bt full' and `xbacktrace'. For information about debugging Emacs, please read the file d:/gnu/bzr/emacs/test/etc/DEBUG. In GNU Emacs 24.0.50.1 (i386-mingw-nt5.1.2600) of 2010-05-08 on HOME-C4E4A596F7 Windowing system distributor `Microsoft Corp.', version 5.1.2600 configured using `configure --with-gcc (3.4) --no-opt' 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: ENU value of $XMODIFIERS: nil locale-coding-system: cp1255 default enable-multibyte-characters: t Major mode: Fundamental Minor modes in effect: tooltip-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t scroll-bar-mode: right global-font-lock-mode: t font-lock-mode: t blink-cursor-mode: t auto-composition-mode: t auto-encryption-mode: t auto-compression-mode: t line-number-mode: t transient-mark-mode: t view-mode: t Recent input: C-h H =20 =20 M-x r e d r a =20 =20 =20 =20 =20 =20 =20 M-x C-g =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 =20 M-x=20 C-g =20 =20 M-x C-g M-x C-g C-x =3D=20 M-x r e p o p r t Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Loading vc-bzr...done View mode: type C-h for help, h for commands, q to quit. Quit [4 times] Char: =E0=BA=8D (3725, #o7215, #xe8d, file ...) point=3D1565 of 3163 = (49%) column=3D36 Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr message rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 rfc2047 rfc2045 ietf-drums mm-util mail-prsvr mailabbrev mail-utils gmm-utils mailhea= der emacsbug thai-util thai-word mule-util lao-util regexp-opt vc-bzr sha= 1 hex-util view tooltip ediff-hook vc-hooks lisp-float-type mwheel dos-= w32 disp-table ls-lisp w32-win w32-vars tool-bar dnd fontset image fringe lisp-mode register page menu-bar rfn-eshadow timer select scroll-bar mldrag mouse jit-lock font-lock syntax facemenu font-core frame cham georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao korean japanese hebrew greek romanian slovak czech european ethiopic indian cyrillic chinese case-table epa-hook jka-cmpr-hook help simple abbrev button minibuffer faces cus-face files text-properties overlay md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process multi-tty ema= cs) ------------=_1566482642-30046-1--