GNU bug report logs - #34787
New defcustom to govern TAB completion

Previous Next

Package: emacs;

Reported by: Alex Branham <alex.branham <at> gmail.com>

Date: Fri, 8 Mar 2019 18:22:02 UTC

Severity: wishlist

Tags: fixed

Fixed in version 28.1

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Alex Branham <alex.branham <at> gmail.com>
To: 34787 <at> debbugs.gnu.org
Subject: bug#34787: New defcustom to govern TAB completion
Date: Fri, 08 Mar 2019 13:29:03 -0600
On Fri 08 Mar 2019 at 12:21, Alex Branham <alex.branham <at> gmail.com> wrote:

> @@ -139,7 +161,8 @@ prefix argument is ignored."
>     (t
>      (let ((old-tick (buffer-chars-modified-tick))
>            (old-point (point))
> -	  (old-indent (current-indentation)))
> +	  (old-indent (current-indentation))
> +          (syn (syntax-after (point))))
             ^^^^^ should be (syn `(,(syntax-after (point))))

I accidentally sent the wrong patch; this part needs to be quoted.

Alex




This bug report was last modified 4 years and 307 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.