From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Tim Anderson Newsgroups: gmane.emacs.help Subject: Re: How to hilight? Date: Sat, 23 Aug 2003 13:30:51 -0400 Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Message-ID: References: Reply-To: t.anderson@computer.org NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1061681317 14984 80.91.224.253 (23 Aug 2003 23:28:37 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 23 Aug 2003 23:28:37 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 24 01:28:36 2003 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 19qhoB-0000YG-00 for ; Sun, 24 Aug 2003 01:28:35 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19qhk7-0002Q5-AX for geh-help-gnu-emacs@m.gmane.org; Sat, 23 Aug 2003 19:24:23 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19qhj9-0002Ns-PM for help-gnu-emacs@gnu.org; Sat, 23 Aug 2003 19:23:23 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19qhib-0002Aa-41 for help-gnu-emacs@gnu.org; Sat, 23 Aug 2003 19:23:20 -0400 Original-Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19qhhy-0001rg-38 for help-gnu-emacs@gnu.org; Sat, 23 Aug 2003 19:22:10 -0400 Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 19qdcf-0001KU-00 for ; Sat, 23 Aug 2003 21:00:25 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: help-gnu-emacs@gnu.org Original-Received: from sea.gmane.org ([80.91.224.252]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19qcFB-0000iV-00 for ; Sat, 23 Aug 2003 19:32:05 +0200 Original-Received: from news by sea.gmane.org with local (Exim 3.35 #1 (Debian)) id 19qcEI-0005L9-00 for ; Sat, 23 Aug 2003 19:31:10 +0200 Original-Lines: 12 Original-X-Complaints-To: usenet@sea.gmane.org User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5b) Gecko/20030816 Thunderbird/0.2a X-Accept-Language: en-us, en In-Reply-To: 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:12020 X-Report-Spam: http://spam.gmane.org/gmane.emacs.help:12020 Maurizio Loreti wrote: > When in a buffer the user clicks on Edit -> Select All (or types C-x > h), the whole buffer is selected --- but not highlighted. How can I > highlight the whole buffer in this situation? > try Options -> Active Region Highlighting (Transient Mark Mode) or M-x toggle-transient-mark-mode tim