From mboxrd@z Thu Jan 1 00:00:00 1970 From: dexen deVries To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Date: Wed, 11 Dec 2013 13:10:50 +0100 Message-ID: <1899290.P3GjY4koMh@coil> User-Agent: KMail/4.10.5 (Linux/3.12.0-rc6-l56; KDE/4.10.5; x86_64; ; ) MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Subject: [9fans] marking lines in Acme Topicbox-Message-UUID: 9607982a-ead8-11e9-9d60-3106f5b1d025 hi list, i reckon the subject of multi-selections in Acme has been discussed bac= k and=20 forth, but please hear me out. use case: i want to indicate in Acme which lines of a file has been cha= nged. a script executes `git show HEAD' (last commited changes) or `git diff'= =20 (uncommited changes), opens indicated files and marks what has been cha= nged. as of now, the script marks only first changed range in file via select= ion. any /other/ sensible way of indicating other changes in this file? --=20 dexen deVries [[[=E2=86=93][=E2=86=92]]] From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: <1899290.P3GjY4koMh@coil> References: <1899290.P3GjY4koMh@coil> Date: Wed, 11 Dec 2013 15:34:06 +0100 Message-ID: From: =?UTF-8?B?QmVuY2UgRsOhYmnDoW4=?= To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=089e0117689f12760f04ed431f32 Subject: Re: [9fans] marking lines in Acme Topicbox-Message-UUID: 960d7fd8-ead8-11e9-9d60-3106f5b1d025 --089e0117689f12760f04ed431f32 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Prepend some wierd character. Like =C2=A4. then you can Edit , x/^=C2=A4.*/..... 2013/12/11 dexen deVries > hi list, > > > i reckon the subject of multi-selections in Acme has been discussed back > and > forth, but please hear me out. > > use case: i want to indicate in Acme which lines of a file has been > changed. > > a script executes `git show HEAD' (last commited changes) or `git diff' > (uncommited changes), opens indicated files and marks what has been > changed. > > as of now, the script marks only first changed range in file via selectio= n. > > any /other/ sensible way of indicating other changes in this file? > > > -- > dexen deVries > > [[[=E2=86=93][=E2=86=92]]] > > > > --089e0117689f12760f04ed431f32 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Prepend some wierd character.
Like =C2=A4. then you can= Edit , x/^=C2=A4.*/.....
--089e0117689f12760f04ed431f32--