From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Glenn Morris Newsgroups: gmane.emacs.bugs Subject: bug#14377: 24.3.50; patch: run a hook after `bookmark-write' Date: Sat, 11 May 2013 21:42:30 -0400 Message-ID: References: <87fvxv6gzn.fsf@pusto.de> <8761yp2u27.fsf@pusto.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1368322969 18310 80.91.229.3 (12 May 2013 01:42:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 12 May 2013 01:42:49 +0000 (UTC) To: 14377@debbugs.gnu.org Original-X-From: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Sun May 12 03:42:48 2013 Return-path: Envelope-to: geb-bug-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 1UbLJI-0007MP-H0 for geb-bug-gnu-emacs@m.gmane.org; Sun, 12 May 2013 03:42:48 +0200 Original-Received: from localhost ([::1]:41089 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbLJH-00029r-9R for geb-bug-gnu-emacs@m.gmane.org; Sat, 11 May 2013 21:42:47 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:45845) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbLJE-00029m-Ef for bug-gnu-emacs@gnu.org; Sat, 11 May 2013 21:42:45 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UbLJD-0000lu-HJ for bug-gnu-emacs@gnu.org; Sat, 11 May 2013 21:42:44 -0400 Original-Received: from debbugs.gnu.org ([140.186.70.43]:32883) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UbLJD-0000lq-Dk for bug-gnu-emacs@gnu.org; Sat, 11 May 2013 21:42:43 -0400 Original-Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.72) (envelope-from ) id 1UbLJV-0000jz-L4 for bug-gnu-emacs@gnu.org; Sat, 11 May 2013 21:43:01 -0400 X-Loop: help-debbugs@gnu.org Resent-From: Glenn Morris Original-Sender: debbugs-submit-bounces@debbugs.gnu.org Resent-CC: bug-gnu-emacs@gnu.org Resent-Date: Sun, 12 May 2013 01:43:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 14377 X-GNU-PR-Package: emacs X-GNU-PR-Keywords: patch Original-Received: via spool by 14377-submit@debbugs.gnu.org id=B14377.13683229722785 (code B ref 14377); Sun, 12 May 2013 01:43:01 +0000 Original-Received: (at 14377) by debbugs.gnu.org; 12 May 2013 01:42:52 +0000 Original-Received: from localhost ([127.0.0.1]:36992 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UbLJL-0000im-TX for submit@debbugs.gnu.org; Sat, 11 May 2013 21:42:52 -0400 Original-Received: from fencepost.gnu.org ([208.118.235.10]:34234) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1UbLJK-0000iZ-24 for 14377@debbugs.gnu.org; Sat, 11 May 2013 21:42:51 -0400 Original-Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1UbLJ0-0005fn-8Z; Sat, 11 May 2013 21:42:30 -0400 X-Spook: Bruxelles NATO USDOJ UNSCOM CipherTAC-2000 weapons of X-Ran: xTUP@.aH*Vf[6'~*X>H!O0E$D-^>(n"~Vg,gulPjJ!`|bne?- (Eduard Wiebe's message of "Sat, 11 May 2013 21:30:24 +0200") User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 140.186.70.43 X-BeenThere: bug-gnu-emacs@gnu.org List-Id: "Bug reports for GNU Emacs, the Swiss army knife of text editors" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Original-Sender: bug-gnu-emacs-bounces+geb-bug-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.bugs:74184 Archived-At: >> Of course, we could also install something like your patch, but the hook >> functions will probably need access to the file name (which might turn into >> a lexically scoped var any time). Aren't matters of extensibility like this one reason why http://www.gnu.org/software/emacs/emacs-paper.html#SEC15 favours dynamic binding?