all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [emacs][bug]freezes typing "border:" in .css file
@ 2010-11-13 21:57 ishi soichi
  2010-11-13 22:04 ` Lennart Borgman
  0 siblings, 1 reply; 5+ messages in thread
From: ishi soichi @ 2010-11-13 21:57 UTC (permalink / raw)
  To: help-gnu-emacs

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

hi.  I am not sure if this is a bug.  Maybe it is due to the settings of my
emacs.

When typing "border: " in CSS file (of course, the emacs is in css-mode),
emacs freezes itself.  And this happens EVERYTIME!

I am not sure what to provide as the background information other than the
phenomenon described above, here is my environment.

Cocoa Emacs Version 23.2 (9.0)
MacOS Snow Leopard 10.6.4

installed elisps:
----------------------------
auto-install.el
emacs-w3m
auto-save-buffers
skk (Japanese input method)
anything.el
auto-async-byte-compile.el
auto-complete-config.el
auto-complete.el
color-theme.el
color-theme-autoloads.el
fuzzy.el
html-fold.el
ipa.el
key-chord.el
popup.el
sense-region.el
sequential-command.el
text-translator.el
shell-pop.el
twittering-mode.el
w3m-wget.el
---------------------------

When typing "border: ", auto-complete reacts instantaneously.  If it is a
bug or an interference, that can be the problem.

Thanks in advance for your help.

Soichi

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

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

* Re: [emacs][bug]freezes typing "border:" in .css file
  2010-11-13 21:57 [emacs][bug]freezes typing "border:" in .css file ishi soichi
@ 2010-11-13 22:04 ` Lennart Borgman
  2010-11-13 23:18   ` ishi soichi
  0 siblings, 1 reply; 5+ messages in thread
From: Lennart Borgman @ 2010-11-13 22:04 UTC (permalink / raw)
  To: ishi soichi; +Cc: help-gnu-emacs

On Sat, Nov 13, 2010 at 10:57 PM, ishi soichi <soichi777@gmail.com> wrote:
> hi.  I am not sure if this is a bug.  Maybe it is due to the settings of my
> emacs.
> When typing "border: " in CSS file (of course, the emacs is in css-mode),
> emacs freezes itself.  And this happens EVERYTIME!
> I am not sure what to provide as the background information other than the
> phenomenon described above, here is my environment.
> Cocoa Emacs Version 23.2 (9.0)
> MacOS Snow Leopard 10.6.4

Try to narrow down the problem by starting from a clean Emacs with

  emacs -Q



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

* Re: [emacs][bug]freezes typing "border:" in .css file
  2010-11-13 22:04 ` Lennart Borgman
@ 2010-11-13 23:18   ` ishi soichi
  2010-11-13 23:51     ` Lennart Borgman
  0 siblings, 1 reply; 5+ messages in thread
From: ishi soichi @ 2010-11-13 23:18 UTC (permalink / raw)
  To: Lennart Borgman; +Cc: help-gnu-emacs

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

Thanks for your reply.  I have narrowed down the problem.

As I expected, if "auto-complete-mode" is commented out, the problem did not
happen.

--------------------------------
;;auto-complete-mode
 (require 'auto-complete-config)
 (global-auto-complete-mode 1)
 (add-to-list 'ac-dictionary-directories "~/.emacs.d/site-lisp/ac/ac-dict")
 (ac-config-default)
--------------------------------

But I like auto-complete-mode, though.  What am I supposed to do next?

Soichi


2010/11/14 Lennart Borgman <lennart.borgman@gmail.com>

> On Sat, Nov 13, 2010 at 10:57 PM, ishi soichi <soichi777@gmail.com> wrote:
> > hi.  I am not sure if this is a bug.  Maybe it is due to the settings of
> my
> > emacs.
> > When typing "border: " in CSS file (of course, the emacs is in css-mode),
> > emacs freezes itself.  And this happens EVERYTIME!
> > I am not sure what to provide as the background information other than
> the
> > phenomenon described above, here is my environment.
> > Cocoa Emacs Version 23.2 (9.0)
> > MacOS Snow Leopard 10.6.4
>
> Try to narrow down the problem by starting from a clean Emacs with
>
>  emacs -Q
>

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

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

* Re: [emacs][bug]freezes typing "border:" in .css file
  2010-11-13 23:18   ` ishi soichi
@ 2010-11-13 23:51     ` Lennart Borgman
  2010-11-14  0:19       ` ishi soichi
  0 siblings, 1 reply; 5+ messages in thread
From: Lennart Borgman @ 2010-11-13 23:51 UTC (permalink / raw)
  To: ishi soichi; +Cc: help-gnu-emacs

On Sun, Nov 14, 2010 at 12:18 AM, ishi soichi <soichi777@gmail.com> wrote:
> Thanks for your reply.  I have narrowed down the problem.
> As I expected, if "auto-complete-mode" is commented out, the problem did not
> happen.
> --------------------------------
> ;;auto-complete-mode
>  (require 'auto-complete-config)
>  (global-auto-complete-mode 1)
>  (add-to-list 'ac-dictionary-directories "~/.emacs.d/site-lisp/ac/ac-dict")
>  (ac-config-default)
> --------------------------------
> But I like auto-complete-mode, though.  What am I supposed to do next?

Please send a bug report. Follow the instructions there and give an
example, starting from "emacs -Q" to reproduce the problem.



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

* Re: [emacs][bug]freezes typing "border:" in .css file
  2010-11-13 23:51     ` Lennart Borgman
@ 2010-11-14  0:19       ` ishi soichi
  0 siblings, 0 replies; 5+ messages in thread
From: ishi soichi @ 2010-11-14  0:19 UTC (permalink / raw)
  To: Lennart Borgman; +Cc: help-gnu-emacs

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

Thanks.  I will do my best.

Soichi

2010/11/14 Lennart Borgman <lennart.borgman@gmail.com>

> On Sun, Nov 14, 2010 at 12:18 AM, ishi soichi <soichi777@gmail.com> wrote:
> > Thanks for your reply.  I have narrowed down the problem.
> > As I expected, if "auto-complete-mode" is commented out, the problem did
> not
> > happen.
> > --------------------------------
> > ;;auto-complete-mode
> >  (require 'auto-complete-config)
> >  (global-auto-complete-mode 1)
> >  (add-to-list 'ac-dictionary-directories
> "~/.emacs.d/site-lisp/ac/ac-dict")
> >  (ac-config-default)
> > --------------------------------
> > But I like auto-complete-mode, though.  What am I supposed to do next?
>
> Please send a bug report. Follow the instructions there and give an
> example, starting from "emacs -Q" to reproduce the problem.
>

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

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

end of thread, other threads:[~2010-11-14  0:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-13 21:57 [emacs][bug]freezes typing "border:" in .css file ishi soichi
2010-11-13 22:04 ` Lennart Borgman
2010-11-13 23:18   ` ishi soichi
2010-11-13 23:51     ` Lennart Borgman
2010-11-14  0:19       ` ishi soichi

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.