From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Heerdegen Newsgroups: gmane.emacs.help Subject: 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: Sun, 01 Feb 2015 14:51:38 +0100 Message-ID: <87386pn3it.fsf@web.de> References: <90b92a22-d34c-4f7e-953e-74444f42e767@googlegroups.com> <54CB109E.1030802@gmail.com> <2f498204-b95b-4870-8f6b-83e43b8584c1@googlegroups.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422798724 26370 80.91.229.3 (1 Feb 2015 13:52:04 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 1 Feb 2015 13:52:04 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Chris Seberino Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Feb 01 14:52:04 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 1YHuwV-0002ie-TQ for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Feb 2015 14:52:04 +0100 Original-Received: from localhost ([::1]:50559 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHuwV-0003Ux-32 for geh-help-gnu-emacs@m.gmane.org; Sun, 01 Feb 2015 08:52:03 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51110) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHuwH-0003Up-RC for help-gnu-emacs@gnu.org; Sun, 01 Feb 2015 08:51:51 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YHuwE-0005fg-LB for help-gnu-emacs@gnu.org; Sun, 01 Feb 2015 08:51:49 -0500 Original-Received: from mout.web.de ([212.227.17.11]:49722) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YHuwE-0005fN-DE for help-gnu-emacs@gnu.org; Sun, 01 Feb 2015 08:51:46 -0500 Original-Received: from drachen.dragon ([90.187.65.108]) by smtp.web.de (mrweb101) with ESMTPSA (Nemesis) id 0MHXxg-1YEbY31rPo-003Po9; Sun, 01 Feb 2015 14:51:44 +0100 In-Reply-To: <2f498204-b95b-4870-8f6b-83e43b8584c1@googlegroups.com> (Chris Seberino's message of "Fri, 30 Jan 2015 15:58:40 -0800 (PST)") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux) X-Provags-ID: V03:K0:5p0Ta8AZ4s+e8tkyLeWIJBABcowTVN5+sXKATTNb0/zf56psGlT R6qKBzwUOK5zCPxGLZ1j2orGg85fJulUsW6ps1KXIBJSxwxxxWHrhe8qe7IYjM/Hd+KuA+I 4AUj+CtW0laGHTp8rpIe0GQaVszQuRDYlPAVqk14HmyHsTTetXlTqP7pecyFjuY7mBdFdZm Rsyngz8E73bdaaq1aNE2g== X-UI-Out-Filterresults: notjunk:1; X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [generic] X-Received-From: 212.227.17.11 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:102421 Archived-At: Chris Seberino writes: > I tried using the function below....the advice-add part gave an > error.. Then your Emacs is too old and doesn't have it yet. Just use defadvice instead. Michael.