From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: jidanni@jidanni.org Newsgroups: gmane.emacs.help Subject: special-display-regexps and quitting the windows so formed via "q" Date: Thu, 13 Oct 2011 11:04:40 +0800 Message-ID: <87lispk2wn.fsf@jidanni.org> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1318475101 1361 80.91.229.12 (13 Oct 2011 03:05:01 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 13 Oct 2011 03:05:01 +0000 (UTC) Cc: rudalics@gmx.at To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Oct 13 05:04:55 2011 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1REBbK-0000UL-CA for geh-help-gnu-emacs@m.gmane.org; Thu, 13 Oct 2011 05:04:54 +0200 Original-Received: from localhost ([::1]:40184 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REBbJ-00085D-Os for geh-help-gnu-emacs@m.gmane.org; Wed, 12 Oct 2011 23:04:53 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:58788) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REBbG-000858-1Q for help-gnu-emacs@gnu.org; Wed, 12 Oct 2011 23:04:50 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1REBbE-0008BL-P5 for help-gnu-emacs@gnu.org; Wed, 12 Oct 2011 23:04:49 -0400 Original-Received: from hapkido.dreamhost.com ([66.33.216.122]:37883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1REBbE-0008BH-IM for help-gnu-emacs@gnu.org; Wed, 12 Oct 2011 23:04:48 -0400 Original-Received: from homiemail-a37.g.dreamhost.com (caiajhbdcbhh.dreamhost.com [208.97.132.177]) by hapkido.dreamhost.com (Postfix) with ESMTP id 8189D18BF9B for ; Wed, 12 Oct 2011 20:04:46 -0700 (PDT) Original-Received: from homiemail-a37.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a37.g.dreamhost.com (Postfix) with ESMTP id 46D4D20806E; Wed, 12 Oct 2011 20:04:45 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; c=nofws; d=jidanni.org; h=from:to:cc:subject :date:message-id:mime-version:content-type; q=dns; s=jidanni.org ; b=YN4Ab5+BVIA9vXyWdlA/bcNTZo/9+hAMYszZekMJIA0c6/7IkuVxRSKhw9+t naA8qSsq1zkL7b8rHbCsI/98kx5g0CmfZDAL7U571yWmOOsjc48xINxupXSYD7pc 5GJMnhRk1Fj/ORgSuKcasw19Ttc+8u35I6nVsw0C89X0qYY= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jidanni.org; h=from:to:cc :subject:date:message-id:mime-version:content-type; s= jidanni.org; bh=Mhmgc4jpUzkngyE/xVvWux9DgYQ=; b=OjMX9Aj5XY67dXFQ g+xq/zOOuJdChNQvcOulcaS7qN8BoVDSIqrpJd3BGoHWc1HGUwp34jEvqjljS/BF KM7EPasYPKjM0TFoTnq6kwkrRVH+IOeA6ZC04iCQ9cg09027NUP83cdQFwKUnd2b 1fqrFmLHUgu529fPGxvJfAaZN7s= Original-Received: from jidanni.org (218-163-2-202.dynamic.hinet.net [218.163.2.202]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: jidanni@jidanni.org) by homiemail-a37.g.dreamhost.com (Postfix) with ESMTPSA id E4DC520806D; Wed, 12 Oct 2011 20:04:44 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 66.33.216.122 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:82537 Archived-At: I did (setq special-display-regexps '("\\*Man" "\\*compilation") Everything is fine, except I wish "q" in those windows would destroy them, instead of me now having to type C-x 5 0.