From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: =?UTF-8?B?QW5kcmVhcyBSw7ZobGVy?= Newsgroups: gmane.emacs.help Subject: Re: Editing comments Date: Mon, 08 Jun 2015 20:24:35 +0200 Message-ID: <5575DDE3.1030102@easy-emacs.de> References: <5571456C.1060807@easy-emacs.de> <87eglmnuq8.fsf@newcastle.ac.uk> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1433787915 4585 80.91.229.3 (8 Jun 2015 18:25:15 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 8 Jun 2015 18:25:15 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Phillip Lord Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Jun 08 20:25:07 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Z21jG-0002ZF-5q for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Jun 2015 20:24:58 +0200 Original-Received: from localhost ([::1]:59655 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z21jF-0005wb-GS for geh-help-gnu-emacs@m.gmane.org; Mon, 08 Jun 2015 14:24:57 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33284) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z21j1-0005wU-VU for help-gnu-emacs@gnu.org; Mon, 08 Jun 2015 14:24:44 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z21ix-0006Jc-Po for help-gnu-emacs@gnu.org; Mon, 08 Jun 2015 14:24:43 -0400 Original-Received: from mout.kundenserver.de ([212.227.126.130]:59568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z21ix-0006JO-GC for help-gnu-emacs@gnu.org; Mon, 08 Jun 2015 14:24:39 -0400 Original-Received: from [192.168.178.31] ([95.119.46.238]) by mrelayeu.kundenserver.de (mreue003) with ESMTPSA (Nemesis) id 0ME295-1YqCx01yM3-00HMzX; Mon, 08 Jun 2015 20:24:37 +0200 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 In-Reply-To: <87eglmnuq8.fsf@newcastle.ac.uk> X-Provags-ID: V03:K0:rYrSGFvF8qAXAZp5bzAXvRzDLvSpOgA3+x4tT6fw7Igc5h6hOpC luHIfjJ4nU96Defw5fWqHEtKxFrK5z5rsmCGFX/oqZEgt6s9uoxghlNmpE3030a4kgkwAhe YBHxP1KeBQpqd6D9KJ+zkG+OjZH5NgBXt5N8QFGg2Ok5jvQhZXL8C43hYjjB0bROdAT7bWj u+nEub1J/a8es4olZrKgg== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.126.130 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:104842 Archived-At: Am 08.06.2015 um 16:24 schrieb Phillip Lord: > > lentic > > You can use it to have two buffers one in (say) emacs-lisp and one is > (say) org-mode. You can edit either view and everything stays in sync. > > The two buffers can be different -- so in the emacs-lisp view, all the > documentation is commented out, while in the org-mode view it is not. > > Phil > > Cloned. My usecase for lentic probably will be edits at different parts of buffer - while keeping the other part in view. Very interesting, thanks a lot! Andreas