From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel,gmane.emacs.pretest.bugs Subject: Re: 23.0.60; TRAMP fails when passphrase is pasted by mouse into echo-area/mini-buffer Date: Wed, 12 Mar 2008 21:43:14 +0100 Message-ID: <8763vrwu59.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1205354569 1712 80.91.229.12 (12 Mar 2008 20:42:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 12 Mar 2008 20:42:49 +0000 (UTC) Cc: emacs-pretest-bug@gnu.org To: Peter Dyballa Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Mar 12 21:43:17 2008 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.50) id 1JZXmr-0001Ml-OH for ged-emacs-devel@m.gmane.org; Wed, 12 Mar 2008 21:42:58 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZXmJ-0001fU-7U for ged-emacs-devel@m.gmane.org; Wed, 12 Mar 2008 16:42:23 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JZXmG-0001fM-0b for emacs-devel@gnu.org; Wed, 12 Mar 2008 16:42:20 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JZXmB-0001ei-Bi for emacs-devel@gnu.org; Wed, 12 Mar 2008 16:42:19 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JZXmB-0001ed-2K for emacs-devel@gnu.org; Wed, 12 Mar 2008 16:42:15 -0400 Original-Received: from fencepost.gnu.org ([140.186.70.10]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JZXmB-0000MD-60 for emacs-devel@gnu.org; Wed, 12 Mar 2008 16:42:15 -0400 Original-Received: from mail.gnu.org ([199.232.76.166] helo=mx10.gnu.org) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1JZXmA-0006lv-Bz for emacs-pretest-bug@gnu.org; Wed, 12 Mar 2008 16:42:14 -0400 Original-Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1JZXm7-0000L4-CX for emacs-pretest-bug@gnu.org; Wed, 12 Mar 2008 16:42:14 -0400 Original-Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1JZXm6-0000Ke-Tk for emacs-pretest-bug@gnu.org; Wed, 12 Mar 2008 16:42:11 -0400 Original-Received: (qmail invoked by alias); 12 Mar 2008 20:42:09 -0000 Original-Received: from p57A23308.dip0.t-ipconnect.de (EHLO arthur.local) [87.162.51.8] by mail.gmx.net (mp033) with SMTP; 12 Mar 2008 21:42:09 +0100 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18eEjRSNLseEgL6Ou/XiLXFNQhfPyUu95Lo+0y60u r5A3fWFfrWhknS In-Reply-To: (Peter Dyballa's message of "Mon, 10 Mar 2008 13:57:03 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:92316 gmane.emacs.pretest.bugs:21547 Archived-At: Peter Dyballa writes: > Hello! Hi, > Actually I yanked the address of the remote server and then visited > the area to the right of the TRAMP prompt (asking for the pass-=20 > phrase) with the mouse cursor and pasted the pass-phrase from the > mouse. This created the following *Backtrace* buffer contents: [...] > Typing the whole pass-phrase works =96 but it fails to insert > contents of some register (C-x r g ) It's not a bug. Tramp uses `read-passwd', which applies internally `read-char-exclusive'. Best regards, Michael.