From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Mathias Dahl" Newsgroups: gmane.emacs.devel Subject: Re: Short explanation for & in key ! of dired Date: Wed, 25 Jun 2008 20:03:10 +0200 Message-ID: <7dbe73ed0806251103h21b6c7a7t4031d234988f14f9@mail.gmail.com> References: <87hcbkpo0e.fsf@gmail.com> <86y74wzeq1.fsf@lola.quinscape.zz> <874p7ifonh.fsf@jurta.org> <853an2oupp.fsf@lola.goethe.zz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: ger.gmane.org 1214417041 8448 80.91.229.12 (25 Jun 2008 18:04:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 25 Jun 2008 18:04:01 +0000 (UTC) Cc: Juri Linkov , Miles Bader , Daniel Clemente , emacs-devel@gnu.org To: joakim@verona.se Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jun 25 20:04:45 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 1KBZLo-0005Wy-Mb for ged-emacs-devel@m.gmane.org; Wed, 25 Jun 2008 20:04:12 +0200 Original-Received: from localhost ([127.0.0.1]:59609 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBZKz-0000zn-4J for ged-emacs-devel@m.gmane.org; Wed, 25 Jun 2008 14:03:21 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KBZKu-0000zS-MN for emacs-devel@gnu.org; Wed, 25 Jun 2008 14:03:16 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KBZKq-0000y1-O7 for emacs-devel@gnu.org; Wed, 25 Jun 2008 14:03:16 -0400 Original-Received: from [199.232.76.173] (port=33609 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KBZKq-0000xr-Jq for emacs-devel@gnu.org; Wed, 25 Jun 2008 14:03:12 -0400 Original-Received: from rn-out-0910.google.com ([64.233.170.184]:47757) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KBZKp-0000ka-NI for emacs-devel@gnu.org; Wed, 25 Jun 2008 14:03:11 -0400 Original-Received: by rn-out-0910.google.com with SMTP id k32so853621rnd.7 for ; Wed, 25 Jun 2008 11:03:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=9dYGN01+CSOKgsNBQFgsZf7+ICupHPKaDhWWG+2E3J8=; b=o2kIBJzS6J/ewEN+FH/8Z7KbnIkJidRzvXSFPD9WF/equyMkl58JAU7GLhixg7DZT6 sCy78obGmLpVc7YTpPirARyxLxSjFDwdGWUzOjPS7BYgFYvcMKcdElrutJbk28jVTe11 0iFb60M4mVAQLXMakgNU7l2bdOcOoKHQjj+Rs= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=ME+7SaUeIitzK3ERthvb6l29+Aj01WOLhrhWhbUfh3GwMDivueBYZHZzPyC1LkEZkP N3wdQTk13Gl2dYF8qne/FXgVS7fUTdUztU10YbMY5qHagvgBO9APRRJBmGnHXz6PvkrN 9ErZ/dGYwBFZXrvtfYMmA25//Crk5JNi9AUZ0= Original-Received: by 10.151.108.17 with SMTP id k17mr142659ybm.31.1214416990105; Wed, 25 Jun 2008 11:03:10 -0700 (PDT) Original-Received: by 10.151.15.17 with HTTP; Wed, 25 Jun 2008 11:03:10 -0700 (PDT) In-Reply-To: Content-Disposition: inline X-detected-kernel: by monty-python.gnu.org: Linux 2.6 (newer, 2) 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:99939 Archived-At: > To achieve this I today have to do this in dired: > > ! gimp ? & RET Speaking of Gimp, and going a bit off-topic here, can anyone explain why I cannot seem to run gimp-remote in the same fashion? I do this: ! gimp-remote ? & And it finishes right away without opening Gimp. The only way I can start it is by doing: ! gimp-remote But for some reason that locks up Emacs, although that does not happen if I run it from Bash. Is this an issue in gimp-remote, Emacs, or a combination? /Mathias