all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#7982: highlighted charactor still remains after moving cursol
@ 2011-02-04 17:01 takuma maruyama
  2011-02-05 22:54 ` Glenn Morris
  0 siblings, 1 reply; 7+ messages in thread
From: takuma maruyama @ 2011-02-04 17:01 UTC (permalink / raw)
  To: 7982

[-- Attachment #1: Type: text/plain, Size: 1234 bytes --]

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.

[-- Attachment #2: Type: text/html, Size: 1987 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2016-03-01  2:07 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-04 17:01 bug#7982: highlighted charactor still remains after moving cursol takuma maruyama
2011-02-05 22:54 ` Glenn Morris
2011-02-06  8:49   ` takuma maruyama
2011-02-08 19:00     ` Glenn Morris
2011-02-11  8:50       ` takuma maruyama
2014-02-06  1:14     ` Lars Ingebrigtsen
2016-03-01  2:07       ` Lars Ingebrigtsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.