From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.help Subject: Re: Turn off the effects of enclosing in forward slash Date: Fri, 24 Feb 2006 11:26:49 -0600 Organization: Still searching... Message-ID: <87wtfksm5i.fsf@newsguy.com> References: <87wtfnr4k2.fsf@newsguy.com> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1141186846 4697 80.91.229.2 (1 Mar 2006 04:20:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Wed, 1 Mar 2006 04:20:46 +0000 (UTC) Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Wed Mar 01 05:20:45 2006 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FEIoy-0003ca-7p for geh-help-gnu-emacs@m.gmane.org; Wed, 01 Mar 2006 05:20:16 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FEIox-0006b0-I4 for geh-help-gnu-emacs@m.gmane.org; Tue, 28 Feb 2006 23:20:15 -0500 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!pln-e!spln!rex!extra.newsguy.com!newsp.newsguy.com!news1 Original-Newsgroups: gnu.emacs.help Original-Lines: 57 Original-NNTP-Posting-Host: p-573.newsdawg.com User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/22.0.50 (gnu/linux) Cancel-Lock: sha1:z3h+q7R+v7plOi4i2RdexvJsY5I= Original-Xref: shelby.stanford.edu gnu.emacs.help:137777 Original-To: help-gnu-emacs@gnu.org 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:33417 Archived-At: Kevin Rodgers writes: > Harry Putnam wrote: >> I think I once learned how to turn off the way emacs hides slashes >> when they are around a world like /home/ (Use C-u g to view this >> message if you don't see forward slashes around home) but have >> forgotten it since it wasn't something that I care about very >> often. But every so often it causes me to do trouble shooting of >> something that doesn't need it. > > `C-h k' tells you that `g' runs the command > gnus-summary-show-article and confirms that `C-u g' prevents the > article massaging functions from being run. You can click on > `gnus-sum' in the *Help* buffer to see the command's implementation > and see that in the `C-u' case it binds these variables: > > (let ((gnus-have-all-headers t) > gnus-article-prepare-hook > gnus-article-decode-hook > gnus-display-mime-function > gnus-break-pages) > > (And I don't even use gnus.) And your reply doesn't help much... : )... You'll notice I specified C-u g to see the slashes in my post. A better solution was posted by Katsumi Yamaoka: on gmane.emacs.help From: Katsumi Yamaoka Subject: Re: Turn off the effects of enclosing in forward slash Newsgroups: gmane.emacs.help Date: Thu, 23 Feb 2006 10:12:30 +0900 Message-ID: >>>>> Harry Putnam wrote: > I think I once learned how to turn off the way emacs hides slashes > when they are around a world like /home/ (Use C-u g to view this > message if you don't see forward slashes around home) but have > forgotten it since it wasn't something that I care about very often. > But every so often it causes me to do trouble shooting of something > that doesn't need it. In Gnus, you can inhibit emphasizing of text surrounded by *...*, _..._, /.../, etc. by setting the `gnus-treat-emphasize' variable to nil. Otherwise, you can customize the `gnus-emphasis-alist' variable so that it might show /.../ (and also other characters). [INS] [DEL] Customizing Style Start regexp: / End regexp: / Show start and end patterns: [ Off ] ==> [ On ] Face: (sample) gnus-emphasis-italic