From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: David Newsgroups: gmane.emacs.help Subject: Re: Changing default dvi viewer. Date: Fri, 8 Feb 2008 15:09:52 +0100 Message-ID: <20080208140952.GA11496@univ-fcomte.fr> References: <20080205170541.675151BC01F@ufc.univ-fcomte.fr> <20080207112820.GA6553@univ-fcomte.fr> <1F9F9377-2D8A-4635-A2DB-3F56871B087A@Web.DE> <20080207153042.GC6571@univ-fcomte.fr> <868AB564-4DEC-4458-B3EB-FEEB6590222F@Web.DE> <20080207162645.GA7411@univ-fcomte.fr> <3E44A43B-0C05-4E52-9439-55E28230FEE0@Web.DE> <20080208133925.GA10741@univ-fcomte.fr> Reply-To: dpleydel@univ-fcomte.fr NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1202479817 30813 80.91.229.12 (8 Feb 2008 14:10:17 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 8 Feb 2008 14:10:17 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 08 15:10:40 2008 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.50) id 1JNTw6-0000Lj-LZ for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Feb 2008 15:10:38 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNTvd-0004ps-Lu for geh-help-gnu-emacs@m.gmane.org; Fri, 08 Feb 2008 09:10:09 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JNTvO-0004pi-8s for help-gnu-emacs@gnu.org; Fri, 08 Feb 2008 09:09:54 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JNTvM-0004pM-LC for help-gnu-emacs@gnu.org; Fri, 08 Feb 2008 09:09:53 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JNTvM-0004pJ-F7 for help-gnu-emacs@gnu.org; Fri, 08 Feb 2008 09:09:52 -0500 Original-Received: from ufc.univ-fcomte.fr ([194.57.91.200]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1JNTvM-0005UV-5V for help-gnu-emacs@gnu.org; Fri, 08 Feb 2008 09:09:52 -0500 Original-Received: from localhost (localhost.localdomain [127.0.0.1]) by ufc.univ-fcomte.fr (Postfix) with ESMTP id 553589E8BB0 for ; Fri, 8 Feb 2008 15:09:51 +0100 (CET) Original-Received: from ufc.univ-fcomte.fr ([127.0.0.1]) by localhost (ufc.univ-fcomte.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 02863-02 for ; Fri, 8 Feb 2008 15:09:50 +0100 (CET) Original-Received: from ufc204.univ-fcomte.fr (ufc204.univ-fcomte.fr [194.57.91.204]) by ufc.univ-fcomte.fr (Postfix) with ESMTP id 47CFD9E8B74 for ; Fri, 8 Feb 2008 15:09:50 +0100 (CET) Original-Received: from dell-1 (localhost.localdomain [127.0.0.1]) by ufc204.univ-fcomte.fr (Postfix) with SMTP id 35B1B3C28F4 for ; Fri, 8 Feb 2008 15:09:49 +0100 (CET) Original-Received: by dell-1 (sSMTP sendmail emulation); Fri, 08 Feb 2008 15:09:52 +0100 Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) X-Virus-Scanned: amavisd-new at univ-fcomte.fr X-detected-kernel: by monty-python.gnu.org: Linux 2.6, seldom 2.4 (older, 4) 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:51329 Archived-At: Wow, Peter you're fast! > >3) With M-x shell, say I forget the & I cannot use C-z followed by bg > >to background the process as I could in M-x term. For a reader this > >isn't a big issue, but for other applications it might be. So ... > > C-q C-z bg RET > > > > > > >3a) How do I get something like a terminal's C-z within *shell*? > > C-q C-z C-q C-z doesn't work for me but C-c C-z does :0) Dave