From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Roger Mason Newsgroups: gmane.emacs.help Subject: Re: sql-mode and LaTeX Date: Fri, 27 Feb 2004 10:38:10 -0330 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: <87ptc21fvi.fsf@emptyhost.emptydomain.de> <874qtczoxu.fsf@emptyhost.emptydomain.de> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1077891165 1002 80.91.224.253 (27 Feb 2004 14:12:45 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 27 Feb 2004 14:12:45 +0000 (UTC) Cc: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 27 15:12:36 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AwijD-0003kI-00 for ; Fri, 27 Feb 2004 15:12:36 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1Awii8-0006LF-4Y for geh-help-gnu-emacs@m.gmane.org; Fri, 27 Feb 2004 09:11:28 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1AwihB-00068a-GG for help-gnu-emacs@gnu.org; Fri, 27 Feb 2004 09:10:29 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1Awigf-00061I-GD for help-gnu-emacs@gnu.org; Fri, 27 Feb 2004 09:10:28 -0500 Original-Received: from [199.232.41.8] (helo=mx20.gnu.org) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.30) id 1Awigf-0005yD-2M for help-gnu-emacs@gnu.org; Fri, 27 Feb 2004 09:09:57 -0500 Original-Received: from [134.153.37.4] (helo=minnie.esd.mun.ca) by mx20.gnu.org with esmtp (Exim 4.30) id 1Awif6-0001uV-HZ for help-gnu-emacs@gnu.org; Fri, 27 Feb 2004 09:08:20 -0500 Original-Received: from minnie.esd.mun.ca (minnie.esd.mun.ca [134.153.37.4]) by minnie.esd.mun.ca (8.8.7/8.8.7) with ESMTP id KAA32691; Fri, 27 Feb 2004 10:38:12 -0330 Original-To: Kai Grossjohann In-Reply-To: <874qtczoxu.fsf@emptyhost.emptydomain.de> (Kai Grossjohann's message of "Fri, 27 Feb 2004 13:28:45 +0100") User-Agent: Gnus/5.1002 (Gnus v5.10.2) Emacs/21.1 (gnu/linux) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.2 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 Xref: main.gmane.org gmane.emacs.help:17269 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:17269 Kai Grossjohann writes: > Roger Mason writes: > There is also the C-x $ command which can hide parts of the buffer > based on indentation. It has selective display in its name. Thank you once again. I found the solution in my case was to set the (buffer-local) variable selective-display to nil. Roger