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: [OT] Re: Easy/Possible to globally change prompt strings of messages? e.g. changing find-file's prompt string from "Find file:" to "open file:" ? Date: Fri, 06 Feb 2015 09:35:00 -0500 Organization: Still searching... Message-ID: <87twyzaz1n.fsf@reader.local.lan> References: <90b92a22-d34c-4f7e-953e-74444f42e767@googlegroups.com> <54CB109E.1030802@gmail.com> <87h9v8bqxh.fsf@web.de> <87r3ucgs0p.fsf_-_@reader.local.lan> <95671e72-ab0d-4615-9211-7a5f338f6a32@default> <87mw4scc05.fsf@reader.local.lan> <87h9v0ox2g.fsf@web.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1423233422 19374 80.91.229.3 (6 Feb 2015 14:37:02 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 6 Feb 2015 14:37:02 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Feb 06 15:36:58 2015 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1YJk1f-00070T-QH for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Feb 2015 15:36:55 +0100 Original-Received: from localhost ([::1]:48650 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJk1f-0006fM-2x for geh-help-gnu-emacs@m.gmane.org; Fri, 06 Feb 2015 09:36:55 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:40416) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJk05-00058y-DO for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 09:35:18 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YJjzw-0004Rp-4h for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 09:35:17 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:43771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YJjzv-0004RD-UA for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 09:35:08 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YJjzu-0005xx-B5 for help-gnu-emacs@gnu.org; Fri, 06 Feb 2015 15:35:06 +0100 Original-Received: from c-76-97-127-193.hsd1.ga.comcast.net ([76.97.127.193]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Feb 2015 15:35:06 +0100 Original-Received: from reader by c-76-97-127-193.hsd1.ga.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 06 Feb 2015 15:35:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 17 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: c-76-97-127-193.hsd1.ga.comcast.net User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:szvM///3knufdn0TfAofw0kwCHY= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 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:102537 Archived-At: Michael Heerdegen writes: > Harry Putnam writes: > >> That is: In post Message-ID: <87h9v8bqxh.fsf@web.de> (on gmane.emacs.help), >> Michael Heerdegen has somehow caused the bit below to appears with >> medium green background. >> [...] >> I'd like to know how that is done. > > I used `message-mark-inserted-region' (C-c M-m). > > This just inserts these "cut here" markers, nothing more. AFAICT it's a > Gnus feature that the text gets displayed with some colored background > instead when you read a message containing such markers. Ahh. I see. Thanks for the reply