unofficial mirror of bug-gnu-emacs@gnu.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

* bug#7982: highlighted charactor still remains after moving cursol
  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
  0 siblings, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2011-02-05 22:54 UTC (permalink / raw)
  To: takuma maruyama; +Cc: 7982

takuma maruyama wrote:

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

Your .emacs looks fine. I was not unable to reproduce this problem with
Emacs 23.1 (or 23.2) though.

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





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

* bug#7982: highlighted charactor still remains after moving cursol
  2011-02-05 22:54 ` Glenn Morris
@ 2011-02-06  8:49   ` takuma maruyama
  2011-02-08 19:00     ` Glenn Morris
  2014-02-06  1:14     ` Lars Ingebrigtsen
  0 siblings, 2 replies; 7+ messages in thread
From: takuma maruyama @ 2011-02-06  8:49 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 7982

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

Thank you for your reply.

> I was not unable to reproduce this problem with Emacs 23.1 (or 23.2)
though.
Is this problem only happen with me?

I screenshoted emacs. and uploaded on flickr.
you can see it:
http://www.flickr.com/photos/49116497@N07/5420874216/

highlighted "Pa","St","t" is still remain after moving cursor from the end
of line.

and also tested with another machine on same condition(ubuntu10.10, GNU
Emacs 23.1.1)
this is:
http://www.flickr.com/photos/49116497@N07/5421072268/

highlighted charactor ("l", "e") are different, but symptom is same.

I tested with another condition.
(1) comment out initial-frame-alist
(2) comment out inhibit-startup-message

condition (1) and (2) work fine.
but when I set three condition (initial-frame-alist, show-paren-mode,
inhibit-startup-message), the bug appear.

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

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

* bug#7982: highlighted charactor still remains after moving cursol
  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
  1 sibling, 1 reply; 7+ messages in thread
From: Glenn Morris @ 2011-02-08 19:00 UTC (permalink / raw)
  To: takuma maruyama; +Cc: 7982

takuma maruyama wrote:

> I screenshoted emacs. and uploaded on flickr.
> you can see it:
> http://www.flickr.com/photos/49116497@N07/5420874216/
>
> highlighted "Pa","St","t" is still remain after moving cursor from the end
> of line.

Very strange; I have no idea what might cause that.
I have a vague old memory of some odd display problems that were
specific to a particular video driver. Maybe post the details of your
video card and driver to see if it means anything to anyone.
Unfortunately I don't think I can help with this problem.





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

* bug#7982: highlighted charactor still remains after moving cursol
  2011-02-08 19:00     ` Glenn Morris
@ 2011-02-11  8:50       ` takuma maruyama
  0 siblings, 0 replies; 7+ messages in thread
From: takuma maruyama @ 2011-02-11  8:50 UTC (permalink / raw)
  To: Glenn Morris; +Cc: 7982

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

Thank you Glenn.

>Very strange; I have no idea what might cause that.

I also feel it strange.
and that is critical setting to see the bug.

>Maybe post the details of your
>video card and driver to see if it means anything to anyone.

this is details:

----graphic card----
ATI Radeon HD 5700 Series
memory: GDDR5 1200Mhz 1024MB 76.8GB/s
BUS: PCI Express 2.0 x16 850MHz
driver-version 8.723.1-00408a-098580C-ATI
2D driver-vesion: 8.72.11
Catalyst Control Center version: 2.12

----cpu info----
core i5 cpu 760 @ 2.80GHz

----ubuntu (lucid)---
wubi 32bit
Linux ubuntu 2.6.32-28-generic #55-Ubuntu SMP Mon Jan 10 23:42:43 UTC 2011
x86_64 GNU/Linux

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

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

* bug#7982: highlighted charactor still remains after moving cursol
  2011-02-06  8:49   ` takuma maruyama
  2011-02-08 19:00     ` Glenn Morris
@ 2014-02-06  1:14     ` Lars Ingebrigtsen
  2016-03-01  2:07       ` Lars Ingebrigtsen
  1 sibling, 1 reply; 7+ messages in thread
From: Lars Ingebrigtsen @ 2014-02-06  1:14 UTC (permalink / raw)
  To: takuma maruyama; +Cc: 7982

takuma maruyama <maruya-t@mm.cs.uec.ac.jp> writes:

> I screenshoted emacs. and uploaded on flickr.
> you can see it:
> http://www.flickr.com/photos/49116497@N07/5420874216/
>
> highlighted "Pa","St","t" is still remain after moving cursor from the
> end of line.
>
> and also tested with another machine on same condition(ubuntu10.10,
> GNU Emacs 23.1.1)

This bug report was previously marked "unreproducible".  Are you still
seeing this problem in Emacs 24.3?

-- 
(domestic pets only, the antidote for overdose, milk.)
  bloggy blog http://lars.ingebrigtsen.no/





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

* bug#7982: highlighted charactor still remains after moving cursol
  2014-02-06  1:14     ` Lars Ingebrigtsen
@ 2016-03-01  2:07       ` Lars Ingebrigtsen
  0 siblings, 0 replies; 7+ messages in thread
From: Lars Ingebrigtsen @ 2016-03-01  2:07 UTC (permalink / raw)
  To: takuma maruyama; +Cc: 7982

Lars Ingebrigtsen <larsi@gnus.org> writes:

> takuma maruyama <maruya-t@mm.cs.uec.ac.jp> writes:
>
>> I screenshoted emacs. and uploaded on flickr.
>> you can see it:
>> http://www.flickr.com/photos/49116497@N07/5420874216/
>>
>> highlighted "Pa","St","t" is still remain after moving cursor from the
>> end of line.
>>
>> and also tested with another machine on same condition(ubuntu10.10,
>> GNU Emacs 23.1.1)
>
> This bug report was previously marked "unreproducible".  Are you still
> seeing this problem in Emacs 24.3?

More information was requested, but no response was given within a few
years, so I'm closing this bug report.  If the problem still exists,
please reopen this bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





^ 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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).