From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 05 00:19:30 2015 Received: (at submit) by debbugs.gnu.org; 5 Nov 2015 05:19:30 +0000 Received: from localhost ([127.0.0.1]:53983 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZuCxN-0004Sa-2R for submit@debbugs.gnu.org; Thu, 05 Nov 2015 00:19:30 -0500 Received: from eggs.gnu.org ([208.118.235.92]:42739) by debbugs.gnu.org with esmtp (Exim 4.80) (envelope-from ) id 1ZuCJH-0003JF-4b for submit@debbugs.gnu.org; Wed, 04 Nov 2015 23:38:22 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuCJF-0006v7-0Z for submit@debbugs.gnu.org; Wed, 04 Nov 2015 23:38:02 -0500 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=BAYES_50,FREEMAIL_FROM, HTML_MESSAGE,T_DKIM_INVALID autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:37815) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuCJE-0006v3-TP for submit@debbugs.gnu.org; Wed, 04 Nov 2015 23:38:00 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52730) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuCJD-0005Uu-1E for bug-gnu-emacs@gnu.org; Wed, 04 Nov 2015 23:38:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZuCJB-0006uL-5x for bug-gnu-emacs@gnu.org; Wed, 04 Nov 2015 23:37:58 -0500 Received: from mail-io0-x22a.google.com ([2607:f8b0:4001:c06::22a]:34336) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZuCJA-0006u6-WE for bug-gnu-emacs@gnu.org; Wed, 04 Nov 2015 23:37:57 -0500 Received: by iody8 with SMTP id y8so77631167iod.1 for ; Wed, 04 Nov 2015 20:37:56 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=7fllwttzQkSTipHPcQNmX+Hdt2PFptkZjEDCZOcZWFI=; b=wtu5gkuup/4GIyCIWdEaWwZpRe7ljC01AJUMoLdGUAFn3RcEZ3px4Z0cXWAgcklcDs 5qkuu5LOs0wDhr9hmd6CVCJsYsSyke+8+XY2Z0AGlbY0yJPdQrpUDAZ2dwERS9jdv6r3 9A+Osg9jofzhPHzqsbTi4AEnqRnAk1gRejY9mbLdgbq+R0fre1MFms4vEdJlF3mWuXd8 zuW6YPfNPpddYiRP9udQIV1a0dSyeWBcibLDPVV/2kll/tMZAH9QSX3JHZzCE/na7sCz C7ioMLj0gLrayUCSRMEpFYRlXOGn1q3tUIQVrL4HqhwYKoaL/xXYeQ3dnfLu1MaqoAhP qqow== X-Received: by 10.107.134.198 with SMTP id q67mr7395717ioi.90.1446698276069; Wed, 04 Nov 2015 20:37:56 -0800 (PST) MIME-Version: 1.0 Received: by 10.36.58.195 with HTTP; Wed, 4 Nov 2015 20:37:36 -0800 (PST) From: Rittwik Chatterjee Date: Thu, 5 Nov 2015 10:07:36 +0530 Message-ID: Subject: Org Table edits item incorrectly To: bug-gnu-emacs@gnu.org Content-Type: multipart/alternative; boundary=001a113f9214d7a8710523c3b072 X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). 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.0 (----) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Thu, 05 Nov 2015 00:19:27 -0500 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.0 (----) --001a113f9214d7a8710523c3b072 Content-Type: text/plain; charset=UTF-8 Start emacs with `emacs -Q' Create a Org file `test.org' Copy the following table into that file and save. |---------------+---------------------------------| | Plugins | How to install | |---------------+---------------------------------| | Bookmark plus | Create a folder "bookmark-plus" | | Company-mode | Create a folder "company" | |---------------+---------------------------------| Double click on the word `Create' (to select it) in the third row and press `:'. Expected output: |---------------+---------------------------------| | Plugins | How to install | |---------------+---------------------------------| | Bookmark plus | Create a folder "bookmark-plus" | | Company-mode | Create: a folder "company" | |---------------+---------------------------------| Actual output: |---------------+---------------------------------| | Plugins | How to install | |---------------+---------------------------------| | Bookmark plus | Create a folder "bookmark-plus" | | Company-mode | | |---:------------+---------------------------------| This can be reproduce by pressing any other character keys, ex. a-z, ( { [ " etc. In GNU Emacs 24.5.1 (x86_64-redhat-linux-gnu, GTK+ Version 3.16.2) of 2015-04-22 on buildhw-10.phx2.fedoraproject.org Windowing system distributor `Fedora Project', version 11.0.11702000 Configured using: `configure --build=x86_64-redhat-linux-gnu --host=x86_64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-dbus --with-gif --with-jpeg --with-png --with-rsvg --with-tiff --with-xft --with-xpm --with-x-toolkit=gtk3 --with-gpm=no build_alias=x86_64-redhat-linux-gnu host_alias=x86_64-redhat-linux-gnu 'CFLAGS=-DMAIL_USE_LOCKF -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -m64 -mtune=generic' LDFLAGS=-Wl,-z,relro' Important settings: value of $LANG: en_US.UTF-8 locale-coding-system: utf-8-unix Major mode: Lisp Interaction 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 messages: For information about GNU Emacs and the GNU system, type C-h C-a. Making completion list... Load-path shadows: None found. Features: (shadow sort gnus-util mail-extr emacsbug message format-spec rfc822 mml 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 help-mode easymenu 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 16 72390 5112) (symbols 48 17647 0) (miscs 40 36 113) (strings 32 9239 4277) (string-bytes 1 254414) (vectors 16 8986) (vector-slots 8 383759 19219) (floats 8 64 222) (intervals 56 289 4) (buffers 960 12) (heap 1024 34048 744)) Thanks, Rittwik --001a113f9214d7a8710523c3b072 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable

S= tart emacs with `emacs -Q'
Create a Org file `test.org'

Copy the following table into that file and = save.

|---------------+---------------------------------|
| Plugi= ns=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 | How to install=C2=A0=C2=A0=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0 |
|---------------+---------------------------------|
| Boo= kmark plus | Create a folder "bookmark-plus" |
| Company-mode= =C2=A0 | Create a folder "company"=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0= =C2=A0 |
|---------------+---------------------------------|

Doub= le click on the word `Create' (to select it) in the third row and press= `:'.

Expected output:
|---------------+---------------------= ------------|
| Plugins=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 | How to ins= tall=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 |
|---------------+-------------------= --------------|
| Bookmark plus | Create a folder "bookmark-plus&qu= ot; |
| Company-mode=C2=A0 | Create: a folder "company"=C2=A0= =C2=A0=C2=A0=C2=A0=C2=A0 |
|---------------+----------------------------= -----|

Actual output:
|---------------+--------------------------= -------|
| Plugins=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 | How to install= =C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2= =A0=C2=A0=C2=A0=C2=A0=C2=A0 |
|---------------+-------------------------= --------|
| Bookmark plus | Create a folder "bookmark-plus" |<= br>| Company-mode=C2=A0 | |
|---:------------+--------------------------= -------|

This can be reproduce by pressing any other character keys,= ex. a-z, ( { [ " etc.



In GNU Emacs 24.5.1 (x86_64-redh= at-linux-gnu, GTK+ Version 3.16.2)
=C2=A0of 2015-04-22 on buildhw-10.phx2.fedoraproject.org
Windowing system distributor `Fedora Project', version 11.0.117020= 00
Configured using:
=C2=A0`configure --build=3Dx86_64-redhat-linux-g= nu
=C2=A0--host=3Dx86_64-redhat-linux-gnu --program-prefix=3D
=C2=A0-= -disable-dependency-tracking --prefix=3D/usr --exec-prefix=3D/usr
=C2=A0= --bindir=3D/usr/bin --sbindir=3D/usr/sbin --sysconfdir=3D/etc
=C2=A0--da= tadir=3D/usr/share --includedir=3D/usr/include --libdir=3D/usr/lib64
=C2= =A0--libexecdir=3D/usr/libexec --localstatedir=3D/var
=C2=A0--sharedstat= edir=3D/var/lib --mandir=3D/usr/share/man
=C2=A0--infodir=3D/usr/share/i= nfo --with-dbus --with-gif --with-jpeg --with-png
=C2=A0--with-rsvg --wi= th-tiff --with-xft --with-xpm --with-x-toolkit=3Dgtk3
=C2=A0--with-gpm= =3Dno build_alias=3Dx86_64-redhat-linux-gnu
=C2=A0host_alias=3Dx86_64-re= dhat-linux-gnu 'CFLAGS=3D-DMAIL_USE_LOCKF -O2 -g
=C2=A0-pipe -Wall -= Werror=3Dformat-security -Wp,-D_FORTIFY_SOURCE=3D2
=C2=A0-fexceptions -f= stack-protector-strong --param=3Dssp-buffer-size=3D4
=C2=A0-grecord-gcc-= switches -specs=3D/usr/lib/rpm/redhat/redhat-hardened-cc1
=C2=A0-m64 -mt= une=3Dgeneric' LDFLAGS=3D-Wl,-z,relro'

Important settings:=C2=A0 value of $LANG: en_US.UTF-8
=C2=A0 locale-coding-system: utf-8-= unix

Major mode: Lisp Interaction

Minor modes in effect:
= =C2=A0 tooltip-mode: t
=C2=A0 electric-indent-mode: t
=C2=A0 mouse-wh= eel-mode: t
=C2=A0 tool-bar-mode: t
=C2=A0 menu-bar-mode: t
=C2=A0= file-name-shadow-mode: t
=C2=A0 global-font-lock-mode: t
=C2=A0 font= -lock-mode: t
=C2=A0 blink-cursor-mode: t
=C2=A0 auto-composition-mod= e: t
=C2=A0 auto-encryption-mode: t
=C2=A0 auto-compression-mode: t=C2=A0 line-number-mode: t
=C2=A0 transient-mark-mode: t

Recent= messages:
For information about GNU Emacs and the GNU system, type C-h = C-a.
Making completion list...

Load-path shadows:
None found.<= br>
Features:
(shadow sort gnus-util mail-extr emacsbug message forma= t-spec rfc822 mml
mml-sec mm-decode mm-bodies mm-encode mail-parse rfc22= 31 mailabbrev
gmm-utils mailheader sendmail rfc2047 rfc2045 ietf-drums m= m-util
help-fns mail-prsvr mail-utils help-mode easymenu time-date toolt= ip
electric uniquify ediff-hook vc-hooks lisp-float-type mwheel x-win x-= dnd
tool-bar dnd fontset image regexp-opt fringe tabulated-list newcomme= nt
lisp-mode prog-mode register page menu-bar rfn-eshadow timer selectscroll-bar mouse jit-lock font-lock syntax facemenu font-core frame cham<= br>georgian utf-8-lang misc-lang vietnamese tibetan thai tai-viet lao
ko= rean japanese hebrew greek romanian slovak czech european ethiopic
india= n cyrillic chinese case-table epa-hook jka-cmpr-hook help simple
abbrev = minibuffer nadvice loaddefs button faces cus-face macroexp files
text-pr= operties overlay sha1 md5 base64 format env code-pages mule
custom widge= t hashtable-print-readable backquote make-network-process
dbusbind gfile= notify dynamic-setting system-font-setting
font-render-setting move-tool= bar gtk x-toolkit x multi-tty emacs)

Memory information:
((conses= 16 72390 5112)
=C2=A0(symbols 48 17647 0)
=C2=A0(miscs 40 36 113)=C2=A0(strings 32 9239 4277)
=C2=A0(string-bytes 1 254414)
=C2=A0(ve= ctors 16 8986)
=C2=A0(vector-slots 8 383759 19219)
=C2=A0(floats 8 64= 222)
=C2=A0(intervals 56 289 4)
=C2=A0(buffers 960 12)
=C2=A0(hea= p 1024 34048 744))

Thanks,
Rittwik

--001a113f9214d7a8710523c3b072-- From debbugs-submit-bounces@debbugs.gnu.org Fri Dec 01 14:04:07 2017 Received: (at 21838-done) by debbugs.gnu.org; 1 Dec 2017 19:04:07 +0000 Received: from localhost ([127.0.0.1]:40465 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eKqbX-0008VF-Fw for submit@debbugs.gnu.org; Fri, 01 Dec 2017 14:04:07 -0500 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:60185) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1eKqbV-0008V7-6I for 21838-done@debbugs.gnu.org; Fri, 01 Dec 2017 14:04:05 -0500 Received: from saiph.selenimh (000043010000000000000469.ipv6.commingeshautdebit.fr [IPv6:2a03:a0a0:0:4301::469]) (Authenticated sender: mail@nicolasgoaziou.fr) by relay4-d.mail.gandi.net (Postfix) with ESMTPSA id 7A3A017209F; Fri, 1 Dec 2017 20:04:04 +0100 (CET) Received: from ngz by saiph.selenimh with local (Exim 4.89) (envelope-from ) id 1eKqbT-0000MW-CI; Fri, 01 Dec 2017 20:04:03 +0100 From: Nicolas Goaziou To: Rittwik Chatterjee Subject: Re: bug#21838: Org Table edits item incorrectly In-Reply-To: (Rittwik Chatterjee's message of "Thu, 5 Nov 2015 10:07:36 +0530") References: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) Date: Fri, 01 Dec 2017 20:04:03 +0100 Message-ID: <87d13yfexo.fsf@nicolasgoaziou.fr> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 21838-done Cc: 21838-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: -0.7 (/) Hello, Rittwik Chatterjee writes: > Start emacs with `emacs -Q' > Create a Org file `test.org' > > Copy the following table into that file and save. > > |---------------+---------------------------------| > | Plugins | How to install | > |---------------+---------------------------------| > | Bookmark plus | Create a folder "bookmark-plus" | > | Company-mode | Create a folder "company" | > |---------------+---------------------------------| > > Double click on the word `Create' (to select it) in the third row and press > `:'. > > Expected output: > |---------------+---------------------------------| > | Plugins | How to install | > |---------------+---------------------------------| > | Bookmark plus | Create a folder "bookmark-plus" | > | Company-mode | Create: a folder "company" | > |---------------+---------------------------------| > > Actual output: > |---------------+---------------------------------| > | Plugins | How to install | > |---------------+---------------------------------| > | Bookmark plus | Create a folder "bookmark-plus" | > | Company-mode | | > |---:------------+---------------------------------| > > This can be reproduce by pressing any other character keys, ex. a-z, ( { [ > " etc. This issue is fixed in recent Org releases. Closing this bug. Thank you. Regards, -- Nicolas Goaziou 0x80A93738 From unknown Sun Jun 22 08:00:37 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 30 Dec 2017 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator