GNU bug report logs - #14829
24.3; split-window-keep-point breaks shell tab completion

Previous Next

Package: emacs;

Reported by: Barry Warsaw <barry <at> python.org>

Date: Mon, 8 Jul 2013 21:19:02 UTC

Severity: normal

Found in version 24.3

Done: martin rudalics <rudalics <at> gmx.at>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Barry Warsaw <barry <at> python.org>
To: 14829 <at> debbugs.gnu.org
Subject: bug#14829: (no subject)
Date: Thu, 11 Jul 2013 15:37:43 -0400
[Message part 1 (text/plain, inline)]
This fixes it for me.

;; Work around a bug in split-window-keep-point and completion.
(defadvice completion-at-point (around completion-at-point-around)
  "Point safe completion"
  (let ((split-window-keep-point t))
    ad-do-it))
(ad-activate 'completion-at-point)
[signature.asc (application/pgp-signature, attachment)]

This bug report was last modified 11 years and 300 days ago.

Previous Next


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