all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* emacs starter kit problem in emacs 23.1 or 23.2
@ 2010-09-21 17:46 Jen-Cheng(Tommy) Huang
  2010-09-22 13:36 ` Jen-Cheng(Tommy) Huang
  0 siblings, 1 reply; 3+ messages in thread
From: Jen-Cheng(Tommy) Huang @ 2010-09-21 17:46 UTC (permalink / raw)
  To: help-gnu-emacs

Hi,

I found that the starter kit has some problem with emacs 23+. It works
fine in emacs 22.
I am using Ubuntu 9.04 and the kernel version is 2.6.28.7.
Here is the starter kit.
http://github.com/technomancy/emacs-starter-kit
The problem is that the file content is not rendered correctly on
screen.
I usually open C files and some syntax is obviously wrong!! And I can
see broken words all over the file.
After I moved the cursor to the wrong words or paragraph, then it
started to refresh and showed the things which should be there. It was
weird enough and I am pretty sure there must be something wrong with
the starter kit. The file rendered correctly after I stopped using the
starter kit.
Does anyone have the similar issue? Any hint?
Thanks.


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

* Re: emacs starter kit problem in emacs 23.1 or 23.2
  2010-09-21 17:46 emacs starter kit problem in emacs 23.1 or 23.2 Jen-Cheng(Tommy) Huang
@ 2010-09-22 13:36 ` Jen-Cheng(Tommy) Huang
  2010-09-22 13:42   ` Pascal J. Bourguignon
  0 siblings, 1 reply; 3+ messages in thread
From: Jen-Cheng(Tommy) Huang @ 2010-09-22 13:36 UTC (permalink / raw)
  To: help-gnu-emacs

Problem found.
(if (fboundp 'scroll-bar-mode) (scroll-bar-mode -1)) This line caused
the bug.
After removing this line, the screen is refreshing properly.
I have no idea why this could happen.
I can live with the scroll bar showing on the left though.
I would appreciate if someone could give me some hint for solving this
scroll bar issue.
Thanks.


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

* Re: emacs starter kit problem in emacs 23.1 or 23.2
  2010-09-22 13:36 ` Jen-Cheng(Tommy) Huang
@ 2010-09-22 13:42   ` Pascal J. Bourguignon
  0 siblings, 0 replies; 3+ messages in thread
From: Pascal J. Bourguignon @ 2010-09-22 13:42 UTC (permalink / raw)
  To: help-gnu-emacs

"Jen-Cheng(Tommy) Huang" <thnbp24@gmail.com> writes:

> Problem found.
> (if (fboundp 'scroll-bar-mode) (scroll-bar-mode -1)) This line caused
> the bug.
> After removing this line, the screen is refreshing properly.
> I have no idea why this could happen.
> I can live with the scroll bar showing on the left though.
> I would appreciate if someone could give me some hint for solving this
> scroll bar issue.

That's indeed strange.
If you don't like the scroll-bar, you may still try to hide it later.
Perhaps the problem occurs only when it's hidden from ~/.emacs.

-- 
__Pascal Bourguignon__                     http://www.informatimago.com/


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

end of thread, other threads:[~2010-09-22 13:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-21 17:46 emacs starter kit problem in emacs 23.1 or 23.2 Jen-Cheng(Tommy) Huang
2010-09-22 13:36 ` Jen-Cheng(Tommy) Huang
2010-09-22 13:42   ` Pascal J. Bourguignon

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.