From unknown Sun Jun 22 17:16:17 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17744: 24.3.91; Cursor drawn at EOL while it's at BOL Resent-From: Stefan Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 10 Jun 2014 05:48:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 17744 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: 17744@debbugs.gnu.org X-Debbugs-Original-To: bug-gnu-emacs@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.140237924718175 (code B ref -1); Tue, 10 Jun 2014 05:48:02 +0000 Received: (at submit) by debbugs.gnu.org; 10 Jun 2014 05:47:27 +0000 Received: from localhost ([127.0.0.1]:42475 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WuEu6-0004j4-P5 for submit@debbugs.gnu.org; Tue, 10 Jun 2014 01:47:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40222) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WuEu4-0004im-DI for submit@debbugs.gnu.org; Tue, 10 Jun 2014 01:47:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuEtr-0001Hq-Kr for submit@debbugs.gnu.org; Tue, 10 Jun 2014 01:47:18 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=AC_HTML_NONSENSE_TAGS, BAYES_50, NO_DNS_FOR_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuEtr-0001Hb-IH for submit@debbugs.gnu.org; Tue, 10 Jun 2014 01:47:11 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuEtl-0005Nz-9X for bug-gnu-emacs@gnu.org; Tue, 10 Jun 2014 01:47:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuEte-0001A1-WB for bug-gnu-emacs@gnu.org; Tue, 10 Jun 2014 01:47:05 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:9920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuEte-00019V-RP for bug-gnu-emacs@gnu.org; Tue, 10 Jun 2014 01:46:58 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjoIAIDvNVNLd+D9/2dsb2JhbABZgwYBOoMPqX8BjwOIURd0gwITAUsTIQEcDVWHW59/sjGOFxIBAYUOBI5UgQeIc5BLgWqDTCGBNQ X-IPAS-Result: AjoIAIDvNVNLd+D9/2dsb2JhbABZgwYBOoMPqX8BjwOIURd0gwITAUsTIQEcDVWHW59/sjGOFxIBAYUOBI5UgQeIc5BLgWqDTCGBNQ X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="66411796" Received: from 75-119-224-253.dsl.teksavvy.com (HELO pastel.home) ([75.119.224.253]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 10 Jun 2014 01:18:21 -0400 Received: by pastel.home (Postfix, from userid 20848) id CB3F06034C; Tue, 10 Jun 2014 01:18:20 -0400 (EDT) From: Stefan Date: Tue, 10 Jun 2014 01:18:20 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.6 (----) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.6 (----) emacs -Q (progn (goto-char (point-min)) (forward-line 1) (let ((ol (make-overlay (point) (point))) (str "TOTO")) (put-text-property 0 1 'cursor 1 str) (overlay-put ol 'after-string str))) Then do: M-< C-n Notice that the cursor is drawn at EOL whereas it should be drawn at BOL. C-f C-f this confirms that point really is where we want it to be, it's only the cursor drawing code which is playing tricks. This bug is visible in rectangle-mark-mode when the cursor is at BOL right in front of a TAB and the other side of the rectangle ends in the middle of that TAB. In GNU Emacs 24.3.91.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.23) of 2014-06-06 on pastel Repository revision: monnier@iro.umontreal.ca-20140606142539-5h50ienhp3mpz68z Windowing system distributor `The X.Org Foundation', version 11.0.11500901 System Description: Debian GNU/Linux 7.5 (wheezy) Configured using: `configure -C --enable-checking --enable-check-lisp-object-type 'CFLAGS=-Wall -g3 -Og -Wno-pointer-sign'' Important settings: value of $LANG: fr_CH.UTF-8 locale-coding-system: utf-8-unix Major mode: Emacs-Lisp Minor modes in effect: tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t 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 Recent input: C-s p l a c e - c u r s o C-s C-s C-a C-x SPC C-x C-x C-g M-: ( l e t SPC s e t q SPC s m - t o l SPC ( m a k e - o v e r l a y SPC ( p o i n t ) SPC ( p o i n t ) ) ) M-: ( o v e r l a y - p u t s e t q SPC s m t e - t e s t SPC " T O T O " ) M-: ( p u t - t e x t - p r o SPC 0 SPC 1 SPC ' c u r s o r SPC 1 SPC s m - t e s t ) M-: s m - t e s t M-: ( o v e r l a y - p u t SPC s m - o l SPC ' a f t e r - s t r i n g SPC s m - t e s t ) M-x r e p o - e m - b Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Mark saved where search started Mark set Mark set (rectangle mode) Quit [2 times] # "TOTO" nil #("TOTO" 0 1 (cursor 1)) [2 times] Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils rect misearch multi-isearch vc-bzr time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar 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 minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 8 73264 6135) (symbols 24 17632 0) (miscs 20 63 350) (strings 16 9931 4370) (string-bytes 1 271526) (vectors 8 9748) (vector-slots 4 383535 5334) (floats 8 67 327) (intervals 28 432 21) (buffers 512 12) (heap 1024 20818 707)) From unknown Sun Jun 22 17:16:17 2025 X-Loop: help-debbugs@gnu.org Subject: bug#17744: 24.3.91; Cursor drawn at EOL while it's at BOL Resent-From: Eli Zaretskii Original-Sender: "Debbugs-submit" Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Tue, 10 Jun 2014 16:38:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 17744 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: To: Stefan Cc: 17744@debbugs.gnu.org Reply-To: Eli Zaretskii Received: via spool by 17744-submit@debbugs.gnu.org id=B17744.140241827923758 (code B ref 17744); Tue, 10 Jun 2014 16:38:03 +0000 Received: (at 17744) by debbugs.gnu.org; 10 Jun 2014 16:37:59 +0000 Received: from localhost ([127.0.0.1]:43101 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WuP3e-0006B6-4c for submit@debbugs.gnu.org; Tue, 10 Jun 2014 12:37:58 -0400 Received: from mtaout27.012.net.il ([80.179.55.183]:56857) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WuP3Y-0006Ag-AU for 17744@debbugs.gnu.org; Tue, 10 Jun 2014 12:37:54 -0400 Received: from conversion-daemon.mtaout27.012.net.il by mtaout27.012.net.il (HyperSendmail v2007.08) id <0N6Y00400OET8G00@mtaout27.012.net.il> for 17744@debbugs.gnu.org; Tue, 10 Jun 2014 19:34:42 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout27.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N6Y00M9POPUX480@mtaout27.012.net.il>; Tue, 10 Jun 2014 19:34:42 +0300 (IDT) Date: Tue, 10 Jun 2014 19:37:46 +0300 From: Eli Zaretskii In-reply-to: X-012-Sender: halo1@inter.net.il Message-id: <83bnu02011.fsf@gnu.org> References: X-Spam-Score: 1.0 (+) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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 (+) > From: Stefan > Date: Tue, 10 Jun 2014 01:18:20 -0400 > > > emacs -Q > > (progn (goto-char (point-min)) (forward-line 1) > (let ((ol (make-overlay (point) (point))) > (str "TOTO")) > (put-text-property 0 1 'cursor 1 str) > (overlay-put ol 'after-string str))) > > Then do: > > M-< > C-n > > Notice that the cursor is drawn at EOL whereas it should be drawn at BOL. The patch below fixes this. However, since this problem exists in Emacs 24.3 as well, and so is not really a regression, I need your permission to install on the release branch. --- src/xdisp.c~0 2014-05-26 06:51:21 +0300 +++ src/xdisp.c 2014-06-10 18:37:35 +0300 @@ -14421,7 +14421,7 @@ set_cursor_from_row (struct window *w, s pos_after, 0); if (prop_pos >= pos_before) - bpos_max = prop_pos - 1; + bpos_max = prop_pos; } if (INTEGERP (chprop)) { @@ -14495,7 +14495,7 @@ set_cursor_from_row (struct window *w, s pos_after, 0); if (prop_pos >= pos_before) - bpos_max = prop_pos - 1; + bpos_max = prop_pos; } if (INTEGERP (chprop)) { @@ -14525,7 +14525,7 @@ set_cursor_from_row (struct window *w, s GLYPH_BEFORE and GLYPH_AFTER. */ if (!((row->reversed_p ? glyph > glyphs_end : glyph < glyphs_end) && BUFFERP (glyph->object) && glyph->charpos == pt_old) - && !(bpos_max < pt_old && pt_old <= bpos_covered)) + && !(bpos_max <= pt_old && pt_old <= bpos_covered)) { /* An empty line has a single glyph whose OBJECT is zero and whose CHARPOS is the position of a newline on that line. From unknown Sun Jun 22 17:16:17 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.503 (Entity 5.503) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Stefan Subject: bug#17744: closed (Re: bug#17744: 24.3.91; Cursor drawn at EOL while it's at BOL) Message-ID: References: <83bntzzanb.fsf@gnu.org> X-Gnu-PR-Message: they-closed 17744 X-Gnu-PR-Package: emacs Reply-To: 17744@debbugs.gnu.org Date: Wed, 11 Jun 2014 16:15:04 +0000 Content-Type: multipart/mixed; boundary="----------=_1402503304-12521-1" This is a multi-part message in MIME format... ------------=_1402503304-12521-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #17744: 24.3.91; Cursor drawn at EOL while it's at BOL 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 17744@debbugs.gnu.org. --=20 17744: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D17744 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1402503304-12521-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 17744-done) by debbugs.gnu.org; 11 Jun 2014 16:14:35 +0000 Received: from localhost ([127.0.0.1]:44344 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WulAU-0003F5-TY for submit@debbugs.gnu.org; Wed, 11 Jun 2014 12:14:34 -0400 Received: from mtaout23.012.net.il ([80.179.55.175]:49661) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WulAP-0003Ej-3I for 17744-done@debbugs.gnu.org; Wed, 11 Jun 2014 12:14:29 -0400 Received: from conversion-daemon.a-mtaout23.012.net.il by a-mtaout23.012.net.il (HyperSendmail v2007.08) id <0N7000100HXMGU00@a-mtaout23.012.net.il> for 17744-done@debbugs.gnu.org; Wed, 11 Jun 2014 19:14:18 +0300 (IDT) Received: from HOME-C4E4A596F7 ([87.69.4.28]) by a-mtaout23.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0N700018FIFTDU80@a-mtaout23.012.net.il>; Wed, 11 Jun 2014 19:14:18 +0300 (IDT) Date: Wed, 11 Jun 2014 19:14:16 +0300 From: Eli Zaretskii Subject: Re: bug#17744: 24.3.91; Cursor drawn at EOL while it's at BOL In-reply-to: <83bnu02011.fsf@gnu.org> X-012-Sender: halo1@inter.net.il To: monnier@iro.umontreal.ca Message-id: <83bntzzanb.fsf@gnu.org> References: <83bnu02011.fsf@gnu.org> X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 17744-done Cc: 17744-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 Precedence: list Reply-To: Eli Zaretskii 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 (+) > Date: Tue, 10 Jun 2014 19:37:46 +0300 > From: Eli Zaretskii > Cc: 17744@debbugs.gnu.org > > > From: Stefan > > Date: Tue, 10 Jun 2014 01:18:20 -0400 > > > > > > emacs -Q > > > > (progn (goto-char (point-min)) (forward-line 1) > > (let ((ol (make-overlay (point) (point))) > > (str "TOTO")) > > (put-text-property 0 1 'cursor 1 str) > > (overlay-put ol 'after-string str))) > > > > Then do: > > > > M-< > > C-n > > > > Notice that the cursor is drawn at EOL whereas it should be drawn at BOL. > > The patch below fixes this. Committed as r117233 on the emacs-24 branch. ------------=_1402503304-12521-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 10 Jun 2014 05:47:27 +0000 Received: from localhost ([127.0.0.1]:42475 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WuEu6-0004j4-P5 for submit@debbugs.gnu.org; Tue, 10 Jun 2014 01:47:27 -0400 Received: from eggs.gnu.org ([208.118.235.92]:40222) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1WuEu4-0004im-DI for submit@debbugs.gnu.org; Tue, 10 Jun 2014 01:47:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuEtr-0001Hq-Kr for submit@debbugs.gnu.org; Tue, 10 Jun 2014 01:47:18 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.8 required=5.0 tests=AC_HTML_NONSENSE_TAGS, BAYES_50, NO_DNS_FOR_FROM autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:45744) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuEtr-0001Hb-IH for submit@debbugs.gnu.org; Tue, 10 Jun 2014 01:47:11 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41923) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuEtl-0005Nz-9X for bug-gnu-emacs@gnu.org; Tue, 10 Jun 2014 01:47:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WuEte-0001A1-WB for bug-gnu-emacs@gnu.org; Tue, 10 Jun 2014 01:47:05 -0400 Received: from ironport2-out.teksavvy.com ([206.248.154.181]:9920) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WuEte-00019V-RP for bug-gnu-emacs@gnu.org; Tue, 10 Jun 2014 01:46:58 -0400 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AjoIAIDvNVNLd+D9/2dsb2JhbABZgwYBOoMPqX8BjwOIURd0gwITAUsTIQEcDVWHW59/sjGOFxIBAYUOBI5UgQeIc5BLgWqDTCGBNQ X-IPAS-Result: AjoIAIDvNVNLd+D9/2dsb2JhbABZgwYBOoMPqX8BjwOIURd0gwITAUsTIQEcDVWHW59/sjGOFxIBAYUOBI5UgQeIc5BLgWqDTCGBNQ X-IronPort-AV: E=Sophos;i="4.97,753,1389762000"; d="scan'208";a="66411796" Received: from 75-119-224-253.dsl.teksavvy.com (HELO pastel.home) ([75.119.224.253]) by ironport2-out.teksavvy.com with ESMTP/TLS/ADH-AES256-SHA; 10 Jun 2014 01:18:21 -0400 Received: by pastel.home (Postfix, from userid 20848) id CB3F06034C; Tue, 10 Jun 2014 01:18:20 -0400 (EDT) From: Stefan To: bug-gnu-emacs@gnu.org Subject: 24.3.91; Cursor drawn at EOL while it's at BOL Date: Tue, 10 Jun 2014 01:18:20 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.6 (----) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.15 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: -4.6 (----) emacs -Q (progn (goto-char (point-min)) (forward-line 1) (let ((ol (make-overlay (point) (point))) (str "TOTO")) (put-text-property 0 1 'cursor 1 str) (overlay-put ol 'after-string str))) Then do: M-< C-n Notice that the cursor is drawn at EOL whereas it should be drawn at BOL. C-f C-f this confirms that point really is where we want it to be, it's only the cursor drawing code which is playing tricks. This bug is visible in rectangle-mark-mode when the cursor is at BOL right in front of a TAB and the other side of the rectangle ends in the middle of that TAB. In GNU Emacs 24.3.91.1 (x86_64-unknown-linux-gnu, GTK+ Version 2.24.23) of 2014-06-06 on pastel Repository revision: monnier@iro.umontreal.ca-20140606142539-5h50ienhp3mpz68z Windowing system distributor `The X.Org Foundation', version 11.0.11500901 System Description: Debian GNU/Linux 7.5 (wheezy) Configured using: `configure -C --enable-checking --enable-check-lisp-object-type 'CFLAGS=-Wall -g3 -Og -Wno-pointer-sign'' Important settings: value of $LANG: fr_CH.UTF-8 locale-coding-system: utf-8-unix Major mode: Emacs-Lisp Minor modes in effect: tooltip-mode: t electric-indent-mode: t mouse-wheel-mode: t tool-bar-mode: t menu-bar-mode: t file-name-shadow-mode: t 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 Recent input: C-s p l a c e - c u r s o C-s C-s C-a C-x SPC C-x C-x C-g M-: ( l e t SPC s e t q SPC s m - t o l SPC ( m a k e - o v e r l a y SPC ( p o i n t ) SPC ( p o i n t ) ) ) M-: ( o v e r l a y - p u t s e t q SPC s m t e - t e s t SPC " T O T O " ) M-: ( p u t - t e x t - p r o SPC 0 SPC 1 SPC ' c u r s o r SPC 1 SPC s m - t e s t ) M-: s m - t e s t M-: ( o v e r l a y - p u t SPC s m - o l SPC ' a f t e r - s t r i n g SPC s m - t e s t ) M-x r e p o - e m - b Recent messages: For information about GNU Emacs and the GNU system, type C-h C-a. Mark saved where search started Mark set Mark set (rectangle mode) Quit [2 times] # "TOTO" nil #("TOTO" 0 1 (cursor 1)) [2 times] Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml easymenu mml-sec mm-decode mm-bodies mm-encode mail-parse rfc2231 mailabbrev gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums mm-util help-fns mail-prsvr mail-utils rect misearch multi-isearch vc-bzr time-date tooltip electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-dnd tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomment lisp-mode prog-mode register page menu-bar rfn-eshadow timer select scroll-bar 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 minibuffer nadvice loaddefs button faces cus-face macroexp files text-properties overlay sha1 md5 base64 format env code-pages mule custom widget hashtable-print-readable backquote make-network-process dbusbind gfilenotify dynamic-setting system-font-setting font-render-setting move-toolbar gtk x-toolkit x multi-tty emacs) Memory information: ((conses 8 73264 6135) (symbols 24 17632 0) (miscs 20 63 350) (strings 16 9931 4370) (string-bytes 1 271526) (vectors 8 9748) (vector-slots 4 383535 5334) (floats 8 67 327) (intervals 28 432 21) (buffers 512 12) (heap 1024 20818 707)) ------------=_1402503304-12521-1--