GNU bug report logs - #7982
highlighted charactor still remains after moving cursol

Previous Next

Package: emacs;

Reported by: takuma maruyama <maruya-t <at> mm.cs.uec.ac.jp>

Date: Fri, 4 Feb 2011 17:12:02 UTC

Severity: normal

Tags: unreproducible

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: takuma maruyama <maruya-t <at> mm.cs.uec.ac.jp>
To: 7982 <at> debbugs.gnu.org
Subject: bug#7982: highlighted charactor still remains after moving cursol
Date: Sat, 5 Feb 2011 02:01:44 +0900
[Message part 1 (text/plain, inline)]
highlighted charactor with "(show-parent-style 'expression)" still remains
after moving cursol.

i wrote following .emacs setting:
;----------------------------------------------------
; displaysize
(setq initial-frame-alist
     (append '((top . 40)
(left . 45)
(width . 40)
(height . 35)) initial-frame-alist))

; parent highlight
(show-paren-mode t)
(setq show-paren-style 'expression)
(set-face-background 'show-paren-match-face "PaleTurquoise")
(set-face-foreground 'show-paren-match-face "SteelBlue")
(set-face-underline-p 'show-paren-match-face t)

; remove startup message
(setq inhibit-startup-message t)
;----------------------------------------------------
and restarted emacs.
like "$emacs ~/.emacs".

when i move the cursol to the end of long line such as
'(set-face-background 'show-paren-match-face "PaleTurquoise")',
then the end of highlight charactor still remain after moving cursol to the
other line.
emacs shows the line such as '(set-face-background 'show-paren-match-face
"PaleTurquoise")Pa'.
'Pa' is highlighted charactor after moving cursol.


is it bug? or my .emacs setting is bad?


---my enviroment---
GNU Emacs 23.1.1 (i used apt-get command to get emacs)
ubuntu 10.10
-------------------

Best regards.
[Message part 2 (text/html, inline)]

This bug report was last modified 9 years and 143 days ago.

Previous Next


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