From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: kovalsky.jan@gmail.com Newsgroups: gmane.emacs.help Subject: Re: Region-highlighting has disappeared. Date: Tue, 19 Feb 2008 14:58:38 -0800 (PST) Organization: http://groups.google.com Message-ID: References: <87lk5x9hf1.fsf@mundaneum.com> 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 1203474989 22056 80.91.229.12 (20 Feb 2008 02:36:29 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Wed, 20 Feb 2008 02:36:29 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Feb 20 03:36:53 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 1JRepD-0003lh-2B for geh-help-gnu-emacs@m.gmane.org; Wed, 20 Feb 2008 03:36:47 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JReoi-0003MD-8f for geh-help-gnu-emacs@m.gmane.org; Tue, 19 Feb 2008 21:36:16 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!u10g2000prn.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help Original-Lines: 21 Original-NNTP-Posting-Host: 88.102.172.203 Original-X-Trace: posting.google.com 1203461919 18088 127.0.0.1 (19 Feb 2008 22:58:39 GMT) Original-X-Complaints-To: groups-abuse@google.com Original-NNTP-Posting-Date: Tue, 19 Feb 2008 22:58:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: u10g2000prn.googlegroups.com; posting-host=88.102.172.203; posting-account=KIHfMAoAAAAi5ravmyKqMzxbSXOw8bDa User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.8.1.11) Gecko/20070914 Mandriva/2.0.0.11-1.1mdv2008.0 (2008.0) Firefox/2.0.0.11, gzip(gfe), gzip(gfe) Original-Xref: shelby.stanford.edu gnu.emacs.help:156315 X-Mailman-Approved-At: Tue, 19 Feb 2008 21:34:02 -0500 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:51693 Archived-At: Hi folks, few days ago I switched from Emacs 21.4 to 22.1 and discovered exactly the same issue as described above. When region was selected by keyboard (C-SPC) it was not highlighted. However, when the region was selected by mouse, highlighting appeared. Since I've got my .emacs setting for very long time (from Emacs version 20.x) I had also in there strange pc-select variables setting mentioned above. Workaround I used to get highlighting working again for region selected by keyboard was to comment out (remove) the line: '(pc-selection-mode t nil (pc-select)) After that highlighting is back in operation again. Naturally, I have '(transient-mark-mode t) in my .emacs config file. Cheers, Jan