From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Richard Stallman Newsgroups: gmane.emacs.devel Subject: Fwd: feature suggestion for editing config files. Date: Fri, 11 Jun 2010 13:17:19 -0400 Message-ID: Reply-To: rms@gnu.org NNTP-Posting-Host: lo.gmane.org Content-Type: text/plain; charset=ISO-8859-15 X-Trace: dough.gmane.org 1276276651 32531 80.91.229.12 (11 Jun 2010 17:17:31 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Fri, 11 Jun 2010 17:17:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Jun 11 19:17:30 2010 connect(): No such file or directory Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ON7rF-0007ap-Ca for ged-emacs-devel@m.gmane.org; Fri, 11 Jun 2010 19:17:29 +0200 Original-Received: from localhost ([127.0.0.1]:58992 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ON7rE-0002vD-KI for ged-emacs-devel@m.gmane.org; Fri, 11 Jun 2010 13:17:28 -0400 Original-Received: from [199.232.76.173] (port=51715 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ON7r6-0002sz-SE for emacs-devel@gnu.org; Fri, 11 Jun 2010 13:17:20 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1ON7r6-0007bf-2A for emacs-devel@gnu.org; Fri, 11 Jun 2010 13:17:20 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]:35265) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1ON7r5-0007bZ-RC for emacs-devel@gnu.org; Fri, 11 Jun 2010 13:17:19 -0400 Original-Received: from rms by fencepost.gnu.org with local (Exim 4.69) (envelope-from ) id 1ON7r5-00075j-Kp; Fri, 11 Jun 2010 13:17:19 -0400 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 3) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:125753 Archived-At: I am forwarding something sent by mika.p.makinen@webinfo.fi. I have an idea of smart file editing. While editing configuration files, an editor could give information about a field of file, which is currently active (cursor is in place of the field). This is like tooltips in Windows, but gives more information. Information could be in a separate window or at last row of editor window. information would be presented as long as cursor is located in the field. Editor could also give advice about value ranges and errors in field values. If editor knows different file formats, it can also autocorrect typing errors in text fields.