From unknown Thu Jun 19 14:04:09 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#10711 <10711@debbugs.gnu.org> To: bug#10711 <10711@debbugs.gnu.org> Subject: Status: 23.4; fix dead link in smie.el Reply-To: bug#10711 <10711@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:04:09 +0000 retitle 10711 23.4; fix dead link in smie.el reassign 10711 emacs submitter 10711 Leo severity 10711 minor thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 03 12:33:47 2012 Received: (at submit) by debbugs.gnu.org; 3 Feb 2012 17:33:47 +0000 Received: from localhost ([127.0.0.1]:52522 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RtN19-0006yu-9z for submit@debbugs.gnu.org; Fri, 03 Feb 2012 12:33:47 -0500 Received: from eggs.gnu.org ([140.186.70.92]:56684) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RtN16-0006yi-OD for submit@debbugs.gnu.org; Fri, 03 Feb 2012 12:33:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtN0N-0003JV-VZ for submit@debbugs.gnu.org; Fri, 03 Feb 2012 12:33:05 -0500 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from lists.gnu.org ([140.186.70.17]:52980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtN0N-0003JR-Tx for submit@debbugs.gnu.org; Fri, 03 Feb 2012 12:32:59 -0500 Received: from eggs.gnu.org ([140.186.70.92]:43682) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtN0F-0000zE-Qk for bug-gnu-emacs@gnu.org; Fri, 03 Feb 2012 12:32:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RtN09-0003Hb-9I for bug-gnu-emacs@gnu.org; Fri, 03 Feb 2012 12:32:51 -0500 Received: from mail-iy0-f169.google.com ([209.85.210.169]:33803) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RtN09-0003HP-6G for bug-gnu-emacs@gnu.org; Fri, 03 Feb 2012 12:32:45 -0500 Received: by iagz16 with SMTP id z16so6559189iag.0 for ; Fri, 03 Feb 2012 09:32:44 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:x-debbugs-cc:date:message-id:mime-version :content-type; bh=1uDOQbzmVgvW/HwZRChYVD+2KfttUm0K7rczzcIu8T8=; b=kXRGXTcTRta21Y6t+h3YSf4zUi0+/2/RpyRdATL+cUZy8F0r/eqUu8e+z6+BCUoc/3 ZJfLO1ij8+Gi65S7mxtck5R0q/9ruwfjatyM/W9fecnKWqe9InDD0jbBXHeAPxQmKZ1E xuPMqzR7EVTcErVVqPN5zg+CHF04c4vnrB1BU= Received: by 10.50.160.131 with SMTP id xk3mr9672899igb.19.1328290364306; Fri, 03 Feb 2012 09:32:44 -0800 (PST) Received: from localhost ([222.130.134.199]) by mx.google.com with ESMTPS id e17sm5445455ibe.0.2012.02.03.09.32.39 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 03 Feb 2012 09:32:42 -0800 (PST) From: Leo To: bug-gnu-emacs@gnu.org Subject: 23.4; fix dead link in smie.el X-Debbugs-CC: Stefan Monnier Date: Sat, 04 Feb 2012 01:32:26 +0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 140.186.70.17 X-Spam-Score: -3.4 (---) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -3.4 (---) --- a/lisp/emacs-lisp/smie.el 2012-01-06 07:46:27.000000000 +0800 +++ b/lisp/emacs-lisp/smie.el 2012-02-04 01:27:44.000000000 +0800 @@ -56,7 +56,7 @@ ;; building the 2D precedence tables and then computing the precedence levels ;; from it) can be found in pages 187-194 of "Parsing techniques" by Dick Grune ;; and Ceriel Jacobs (BookBody.pdf available at -;; http://www.cs.vu.nl/~dick/PTAPG.html). +;; http://dickgrune.com/Books/PTAPG_1st_Edition/). ;; ;; OTOH we had to kill many chickens, read many coffee grounds, and practice ;; untold numbers of black magic spells, to come up with the indentation code. Diff finished. Sat Feb 4 01:27:44 2012 From debbugs-submit-bounces@debbugs.gnu.org Fri Feb 03 15:36:01 2012 Received: (at 10711) by debbugs.gnu.org; 3 Feb 2012 20:36:01 +0000 Received: from localhost ([127.0.0.1]:52742 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RtPrV-0003AA-3r for submit@debbugs.gnu.org; Fri, 03 Feb 2012 15:36:01 -0500 Received: from fencepost.gnu.org ([140.186.70.10]:51421 ident=Debian-exim) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RtPrT-0003A2-1q for 10711@debbugs.gnu.org; Fri, 03 Feb 2012 15:35:59 -0500 Received: from rgm by fencepost.gnu.org with local (Exim 4.71) (envelope-from ) id 1RtPqt-0008FH-OF; Fri, 03 Feb 2012 15:35:23 -0500 From: Glenn Morris To: Leo Subject: Re: bug#10711: 23.4; fix dead link in smie.el References: X-Spook: Islam Abduganievich Karimov Echelon Leitrim INS X-Ran: KWtLME[Kqjr1iUYpW(9gsl&BHDlPol:O&>+%4M*2|n+BEEkPK1tS(Cpc+Xq1*vJh6K/5!G X-Hue: magenta X-Debbugs-No-Ack: yes X-Attribution: GM Date: Fri, 03 Feb 2012 15:35:23 -0500 In-Reply-To: (Leo's message of "Sat, 04 Feb 2012 01:32:26 +0800") Message-ID: User-Agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam-Score: -4.2 (----) X-Debbugs-Envelope-To: 10711 Cc: 10711@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -4.2 (----) Why don't you just fix it? From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 04 03:51:58 2012 Received: (at 10711-done) by debbugs.gnu.org; 4 Feb 2012 08:51:58 +0000 Received: from localhost ([127.0.0.1]:53079 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RtbLh-00080Y-EA for submit@debbugs.gnu.org; Sat, 04 Feb 2012 03:51:57 -0500 Received: from mail-iy0-f172.google.com ([209.85.210.172]:63684) by debbugs.gnu.org with esmtp (Exim 4.72) (envelope-from ) id 1RtbLe-00080D-Th for 10711-done@debbugs.gnu.org; Sat, 04 Feb 2012 03:51:55 -0500 Received: by iagf6 with SMTP id f6so6380583iag.3 for <10711-done@debbugs.gnu.org>; Sat, 04 Feb 2012 00:51:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:subject:references:face:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=oFlLt0iR85iRzQWYbNf1U3o3diyJDE8p8y/2xzgxgO8=; b=kvjIS5NWuIBZ1OQwCkSF582sF3PrbWVhwWwWsOyGHMtX0zjbutWmNhpm6V9Z03KrSp 4anHPwPWTG74vCbeBgDsfTJrl++fsjMsYzJ0gUUateeLLcu9uP0lwfzZLLUuk1GmlA5R +3jp+g6TiGHcG61GeePhpgih/ICoUAZctAO5Q= Received: by 10.50.178.73 with SMTP id cw9mr3896452igc.23.1328345471788; Sat, 04 Feb 2012 00:51:11 -0800 (PST) Received: from localhost ([114.249.197.46]) by mx.google.com with ESMTPS id ak10sm12421709igc.6.2012.02.04.00.50.33 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 04 Feb 2012 00:51:10 -0800 (PST) From: Leo To: 10711-done@debbugs.gnu.org Subject: Re: bug#10711: 23.4; fix dead link in smie.el References: Face: iVBORw0KGgoAAAANSUhEUgAAACgAAAAoBAMAAAB+0KVeAAAAGFBMVEUzRVhbQj4eZqO6SjnT eWpxnMetm5b6/PmidmqrAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAALEwAACxMBAJqcGAAAAAd0SU1F B9cBBwMLBfKABCMAAAFoSURBVCjPtZI9a8MwEIaFoc7aYDdelQMna0Em3tsSr0XUeE2Q6a22a+v+ fk8fSSBkbDUI6dHpfe9OEvRgiD+ApqKPJgJeB6iUUXWESjUe/ig38AJrhqqvaU2nTIXbNvOQ40fe qdry4kyGoVWsfCQalXpHnJGM01wjWdYbMlXNFdsZDO69m9aqNqxEJqTEgbM5OF7wlEfIoll1Ked4 LbM5X2EdILLokEdmI8z7g5cKED0cuTC930TYhy7ZDekkXVGw/L60TguJePPxcJF48lpsSUWEA/Ju jGFNgJOXc4Hz7TmAdBeu5Ve4AEjOi2/2jfd3cAJZ+IbNrvdjgBZY01b+HTuG3cLws6BJZqVOj/pp T0OqVwx3rFq+QmJwx3loK5JSLEhDIt62+mtC2C+SrAUxEbV6C6v2BRbd6pILBKFpepKZJHgGgrKF sptSUUoczpwg2pQ7ZH1tgs0ou/917mzz6Cs2//C978cv5l07L02orIEAAAAASUVORK5CYII= Date: Sat, 04 Feb 2012 16:45:50 +0800 In-Reply-To: (Leo's message of "Sat, 04 Feb 2012 01:32:26 +0800") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.4 (Mac OS X 10.6.8) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -2.6 (--) X-Debbugs-Envelope-To: 10711-done X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: debbugs-submit-bounces@debbugs.gnu.org Errors-To: debbugs-submit-bounces@debbugs.gnu.org X-Spam-Score: -2.6 (--) Fixed in 24.0.94 From unknown Thu Jun 19 14:04:09 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sat, 03 Mar 2012 12:24:03 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator