all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: takuma maruyama <maruya-t@mm.cs.uec.ac.jp>
To: 7982@debbugs.gnu.org
Subject: bug#7982: highlighted charactor still remains after moving cursol
Date: Sat, 5 Feb 2011 02:01:44 +0900	[thread overview]
Message-ID: <AANLkTimOfNqjsz4xh-3JSQOyGBnA3R_cNSzLtqYj2aa+@mail.gmail.com> (raw)

[-- 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 --]

             reply	other threads:[~2011-02-04 17:01 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-04 17:01 takuma maruyama [this message]
2011-02-05 22:54 ` bug#7982: highlighted charactor still remains after moving cursol 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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=AANLkTimOfNqjsz4xh-3JSQOyGBnA3R_cNSzLtqYj2aa+@mail.gmail.com \
    --to=maruya-t@mm.cs.uec.ac.jp \
    --cc=7982@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.