From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.devel Subject: Re: Emacs as word processor Date: Tue, 19 Nov 2013 16:51:32 +0530 Message-ID: <87zjp0fxhf.fsf@gmail.com> References: <5288A59E.7030109@dancol.org> <87vbzqfgd6.fsf@uwakimon.sk.tsukuba.ac.jp> <87mwl04w3k.fsf@zigzag.favinet> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1384860225 17823 80.91.229.3 (19 Nov 2013 11:23:45 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 19 Nov 2013 11:23:45 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Nov 19 12:23:50 2013 Return-path: Envelope-to: ged-emacs-devel@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 1VijPJ-0000wW-Ac for ged-emacs-devel@m.gmane.org; Tue, 19 Nov 2013 12:23:49 +0100 Original-Received: from localhost ([::1]:48442 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VijPI-0001lX-IN for ged-emacs-devel@m.gmane.org; Tue, 19 Nov 2013 06:23:48 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:32824) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VijP4-0001il-2s for emacs-devel@gnu.org; Tue, 19 Nov 2013 06:23:46 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VijOr-0005Fz-DY for emacs-devel@gnu.org; Tue, 19 Nov 2013 06:23:34 -0500 Original-Received: from mail-pb0-x22a.google.com ([2607:f8b0:400e:c01::22a]:50115) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VijOr-0005FN-6p for emacs-devel@gnu.org; Tue, 19 Nov 2013 06:23:21 -0500 Original-Received: by mail-pb0-f42.google.com with SMTP id uo5so8234055pbc.29 for ; Tue, 19 Nov 2013 03:23:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=LkWWQ9S4Bxyu5OY+fXj1GXqrn2cmGsmfwqJBMRgI8SA=; b=O0XEHU9VzbYlJG0gESWudPL3blS9h+AKHxwQThEDZ5PDV2YKh+Bb/mByeIgaSrNp5G 2uN5EZ5IvC3Ey+1ZkpMXeCfBpV/CTRTG0ja2i26Tt3gTBvhP0xI3H57stF3gs7SbHMsm TcTGpKh9WsQsFcQF9ju2nsFDyAW4/wPB6k+mm26T/a+RlVRIyCF7FQ1JFXa98O2bM5VB 4WTAlPGiwonOPpZKDjwvmV1QQJNXL+xe3vodOfI+lVHBgRIuTP/cnhLmkoY7s87a3R+2 fL+2qItwCGIIq7Jbo6JLRiLkEI0+xKvKe46Tg9vjf8voPoITveQG9JTT3Y1bARoWxkfy 4XCQ== X-Received: by 10.68.166.3 with SMTP id zc3mr18394025pbb.95.1384860200353; Tue, 19 Nov 2013 03:23:20 -0800 (PST) Original-Received: from debian-6.05 ([115.242.153.7]) by mx.google.com with ESMTPSA id rv9sm29860581pbc.4.2013.11.19.03.23.18 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Tue, 19 Nov 2013 03:23:19 -0800 (PST) In-Reply-To: <87mwl04w3k.fsf@zigzag.favinet> (Thien-Thi Nguyen's message of "Tue, 19 Nov 2013 09:46:55 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c01::22a X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:165370 Archived-At: Thien-Thi Nguyen writes: > we can postulate some specific features: Ability to edit right within the rectangle. By rectangle, I mean table cells. (Left and right margins de-limited by the right and left columns of a table cell.) In other words, make table.el more responsive to editing or allow creation of multi-paragraph Org-mode table cells.