From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Ilya N. Golubev" Newsgroups: gmane.emacs.bugs Subject: Re: shell completion documentation [Re: comint loses prompt boundary] Date: Wed, 13 Dec 2006 21:07:58 +0300 Message-ID: <887iwvis8x.fsf@mo.msk.ru> References: <16k64g20tu.fsf@mo.msk.ru> <59ejumjzz2.fsf@mo.msk.ru> <843bazvd1b.fsf@mo.msk.ru> <87lklbu7nb.fsf@catnip.gol.com> NNTP-Posting-Host: dough.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1166046142 17606 80.91.229.10 (13 Dec 2006 21:42:22 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 13 Dec 2006 21:42:22 +0000 (UTC) Cc: bug-gnu-emacs@gnu.org, rms@gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Wed Dec 13 22:42:19 2006 Return-path: Envelope-to: geb-bug-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by dough.gmane.org with esmtp (Exim 4.50) id 1Gubrj-0001wy-Jj for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Dec 2006 22:42:15 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gubrj-0004FM-6K for geb-bug-gnu-emacs@m.gmane.org; Wed, 13 Dec 2006 16:42:15 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GuYWg-0004MA-3j for bug-gnu-emacs@gnu.org; Wed, 13 Dec 2006 13:08:18 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GuYWb-0004Jc-2C for bug-gnu-emacs@gnu.org; Wed, 13 Dec 2006 13:08:17 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GuYWa-0004JW-Pk for bug-gnu-emacs@gnu.org; Wed, 13 Dec 2006 13:08:12 -0500 Original-Received: from [62.213.85.9] (helo=d-fens.mopniei.ru) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1GuYWY-0003qu-E6; Wed, 13 Dec 2006 13:08:10 -0500 Original-Received: from d-fens.mopniei.ru (localhost.localdomain [127.0.0.1]) by d-fens.mopniei.ru (8.13.7/8.13.7) with ESMTP id kBDI7xni003421 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 13 Dec 2006 21:07:59 +0300 Original-Received: (from gin@localhost) by d-fens.mopniei.ru (8.13.7/8.13.7/Submit) id kBDI7xHN003420; Wed, 13 Dec 2006 21:07:59 +0300 X-Authentication-Warning: d-fens.mopniei.ru: gin set sender to gin@mo.msk.ru using -f Original-To: Miles Bader In-Reply-To: <87lklbu7nb.fsf@catnip.gol.com> (Miles Bader's message of "Thu, 14 Dec 2006 00:39:52 +0900") User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.19 (linux) X-Mailman-Approved-At: Wed, 13 Dec 2006 16:42:13 -0500 X-BeenThere: bug-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:15455 Archived-At: > If you set it permanently, you are asking for trouble. I ask for behavior of comint that is not only compatible with its versions, but very useful: to be able to move around comint buffer with regular text movement commands, including search ones, and to move that way in any place of buffer, whether it is user input or process output. By setting `inhibit-field-text-motion' user option (as suggested by its docstring) or otherwise, but there should be a way to do that. > `inhibit-field-text-motion' is not intended to be a user settable > variable; If decide to change it this way, please document that, in its docstring in the first place (never checked for other things to be changed). In this case please also document how does comint user have particular comint buffer ignore comint fields in text movement commands as described above.