From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jason Rumney Newsgroups: gmane.emacs.help Subject: Re: Drag and drop of URL opens remote file Date: Thu, 8 Jul 2010 07:14:03 -0700 (PDT) Organization: http://groups.google.com Message-ID: <425eb82e-59c8-4742-acf8-f4981828ae8b@w37g2000prc.googlegroups.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1291843276 5625 80.91.229.12 (8 Dec 2010 21:21:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 8 Dec 2010 21:21:16 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Dec 08 22:21:12 2010 Return-path: Envelope-to: geh-help-gnu-emacs@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 1PQRRn-0006Iw-CG for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 22:21:11 +0100 Original-Received: from localhost ([127.0.0.1]:42315 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PQRRm-0004Qc-LX for geh-help-gnu-emacs@m.gmane.org; Wed, 08 Dec 2010 16:21:10 -0500 Original-Path: usenet.stanford.edu!postnews.google.com!w37g2000prc.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 11 Original-NNTP-Posting-Host: 202.87.221.130 Original-X-Trace: posting.google.com 1278598444 14071 127.0.0.1 (8 Jul 2010 14:14:04 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Thu, 8 Jul 2010 14:14:04 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: w37g2000prc.googlegroups.com; posting-host=202.87.221.130; posting-account=pYxWjwkAAACsHSUNDoi5N05LVCTP7PVM User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.6) Gecko/20100628 Ubuntu/10.04 (lucid) Firefox/3.6.6,gzip(gfe) Original-Xref: usenet.stanford.edu gnu.emacs.help:179622 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:76022 Archived-At: On Jul 8, 2:36=A0am, adams...@email.unc.edu (Joel J. Adamson) wrote: > As of upgrading to Emacs 23.2 when I drag a URL from Firefox into the > minibuffer or a regular buffer, instead of pasting the URL (like I > want), Emacs opens the remote file addressed by the URL. > > How can I change this behavior? Customize dnd-protocol-alist (remove the entry listing https? as part of the regexp). This should revert to the default behaviour of dnd-insert-text for unhandled types.