From bojohan+mail@dd.chalmers.se Thu May 21 07:15:17 2009 Received: (at submit) by emacsbugs.donarmstrong.com; 21 May 2009 14:15:17 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.7 required=4.0 tests=AWL,FOURLA autolearn=no version=3.2.5-bugs.debian.org_2005_01_02 Received: from fencepost.gnu.org (fencepost.gnu.org [140.186.70.10]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n4LEF9vv030195 for ; Thu, 21 May 2009 07:15:12 -0700 Received: from mx10.gnu.org ([199.232.76.166]:34892) by fencepost.gnu.org with esmtp (Exim 4.67) (envelope-from ) id 1M7937-0005fq-C5 for emacs-pretest-bug@gnu.org; Thu, 21 May 2009 10:15:09 -0400 Received: from Debian-exim by monty-python.gnu.org with spam-scanned (Exim 4.60) (envelope-from ) id 1M7935-0005rt-Be for emacs-pretest-bug@gnu.org; Thu, 21 May 2009 10:15:08 -0400 Received: from atum.ita.chalmers.se ([129.16.4.148]:51998) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M7934-0005nD-Uu for emacs-pretest-bug@gnu.org; Thu, 21 May 2009 10:15:07 -0400 Received: from remote2.student.chalmers.se (remote2.student.chalmers.se [129.16.29.80]) by atum.ita.chalmers.se (Postfix) with ESMTP id 5DD0C11C3E for ; Thu, 21 May 2009 16:14:49 +0200 (CEST) Received: by remote2.student.chalmers.se (Postfix, from userid 61540) id E6D3CAC05C; Thu, 21 May 2009 16:14:48 +0200 (CEST) From: bojohan+mail@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) To: emacs-pretest-bug@gnu.org Subject: 23.0.93; Setting grep-command etc has no effect Date: Thu, 21 May 2009 16:14:47 +0200 Message-ID: User-Agent: Gnus/5.110009 (No Gnus v0.9) Emacs/23.0.90 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-detected-operating-system: by monty-python.gnu.org: Solaris 10 (beta) The problem is that grep-compute-defaults overwrites `grep-command', `grep-find-command' et al. emacs -Q M-x set-variable RET grep-command RET "ls" RET M-x grep RET RET M-x set-variable RET grep-command RET "ll" RET M-x grep RET => The old command is still used. This used to work in Emacs 22. From cyd@stupidchicken.com Fri May 22 06:36:22 2009 Received: (at control) by emacsbugs.donarmstrong.com; 22 May 2009 13:36:22 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-2.9 required=4.0 tests=AWL,VALID_BTS_CONTROL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.13.8/8.13.8/Debian-3) with ESMTP id n4MDaJ7U012346 for ; Fri, 22 May 2009 06:36:21 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 9825357E24D; Fri, 22 May 2009 09:36:39 -0400 (EDT) From: Chong Yidong To: control@debbugs.gnu.org Subject: severity 3343 serious Date: Fri, 22 May 2009 09:36:39 -0400 Message-ID: <87my95ntso.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii severity 3343 serious thanks From cyd@stupidchicken.com Fri May 22 17:19:28 2009 Received: (at 3343-done) by emacsbugs.donarmstrong.com; 23 May 2009 00:19:29 +0000 X-Spam-Checker-Version: SpamAssassin 3.2.5-bugs.debian.org_2005_01_02 (2008-06-10) on rzlab.ucr.edu X-Spam-Level: X-Spam-Bayes: score:0.5 Bayes not run. spammytokens:Tokens not available. hammytokens:Tokens not available. X-Spam-Status: No, score=-1.9 required=4.0 tests=AWL autolearn=ham version=3.2.5-bugs.debian.org_2005_01_02 Received: from cyd.mit.edu (CYD.MIT.EDU [18.115.2.24]) by rzlab.ucr.edu (8.14.3/8.14.3/Debian-5) with ESMTP id n4N0JPTg015220 for <3343-done@emacsbugs.donarmstrong.com>; Fri, 22 May 2009 17:19:26 -0700 Received: by cyd.mit.edu (Postfix, from userid 1000) id 6659257E268; Fri, 22 May 2009 20:19:43 -0400 (EDT) From: Chong Yidong To: bojohan+mail@dd.chalmers.se (Johan =?utf-8?Q?Bockg=C3=A5rd?=) Cc: 3343-done@debbugs.gnu.org Subject: 23.0.93; Setting grep-command etc has no effect Date: Fri, 22 May 2009 20:19:43 -0400 Message-ID: <87pre0ekm8.fsf@cyd.mit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii > emacs -Q > M-x set-variable RET grep-command RET "ls" RET > M-x grep RET RET > M-x set-variable RET grep-command RET "ll" RET > M-x grep RET => The old command is still used. > > This used to work in Emacs 22. This is due to the introduction of grep-compute-defaults and grep-host-defaults-alist, which is supposed to offer "smarter" defaults for these variables when you call grep on remote files. Unfortunately, this means that if you simply change these variables, those changes get overwritten during the next interactive call to grep. We should probably revisit the design of this code after the release. In the meantime, I've made a change so that if you change these variables via the Customize interface, the new values will take effect correctly. From unknown Tue Jun 17 01:46:59 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: $requester Subject: Internal Control Message-Id: bug archived. Date: Sat, 20 Jun 2009 14:24:09 +0000 User-Agent: Fakemail v42.6.9 # A New Hope # A log time ago, in a galaxy far, far away # something happened. # # Magically this resulted in the following # action being taken, but this fake control # message doesn't tell you why it happened # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator