From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: ishi soichi Newsgroups: gmane.emacs.help Subject: Re: [emacs][bug]freezes typing "border:" in .css file Date: Sun, 14 Nov 2010 09:19:02 +0900 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: multipart/alternative; boundary=000e0cd228c84bda990494f8451e X-Trace: dough.gmane.org 1289693973 5318 80.91.229.12 (14 Nov 2010 00:19:33 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 14 Nov 2010 00:19:33 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Lennart Borgman Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Nov 14 01:19:29 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PHQJc-0005sK-LZ for geh-help-gnu-emacs@m.gmane.org; Sun, 14 Nov 2010 01:19:29 +0100 Original-Received: from localhost ([127.0.0.1]:33455 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHQJc-00025v-0d for geh-help-gnu-emacs@m.gmane.org; Sat, 13 Nov 2010 19:19:28 -0500 Original-Received: from [140.186.70.92] (port=39630 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1PHQJE-00020R-PF for help-gnu-emacs@gnu.org; Sat, 13 Nov 2010 19:19:05 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1PHQJD-0004K6-IW for help-gnu-emacs@gnu.org; Sat, 13 Nov 2010 19:19:04 -0500 Original-Received: from mail-pv0-f169.google.com ([74.125.83.169]:41376) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1PHQJD-0004K1-A9 for help-gnu-emacs@gnu.org; Sat, 13 Nov 2010 19:19:03 -0500 Original-Received: by pvc30 with SMTP id 30so1110327pvc.0 for ; Sat, 13 Nov 2010 16:19:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=aWHsOM+qSOiWIow2Sw1i6BI3g6sXyavaUgzdRb+OYoo=; b=Q3ZHDA9l6rn4k/4fiCEYDQLMLHjRp+oH2AysGt3AN4NKiRAPgkxRldV16kEHr5kU73 lOSO7usGr9BDUP6ce7WbFYmj72sk4r61vmzq5CfuOBRta8fK+AZqeTNOXA5xv6SLSgMa Ag9IznoOaw+SDCUvKOcNz8VEDMJRypTolYH6U= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=TRhey0yRghNipE+IbF2srr6lDwUeNf1iN//baKNxiMmCdBLkVipOi6T/3EXZx/zrq2 vgEXZw4Th3i9vJoxzUa9Y6gOU4I5iIf3h16q/ktjL7l6z6Yn07VKN8cjCcaDQRGYwzkg DlVm/XAamIZ0rEDsp9DUSJaxrAgvPWN+4k9iM= Original-Received: by 10.142.148.3 with SMTP id v3mr690882wfd.266.1289693942241; Sat, 13 Nov 2010 16:19:02 -0800 (PST) Original-Received: by 10.142.214.6 with HTTP; Sat, 13 Nov 2010 16:19:02 -0800 (PST) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:75373 Archived-At: --000e0cd228c84bda990494f8451e Content-Type: text/plain; charset=ISO-8859-1 Thanks. I will do my best. Soichi 2010/11/14 Lennart Borgman > On Sun, Nov 14, 2010 at 12:18 AM, ishi soichi 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. > --000e0cd228c84bda990494f8451e Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Thanks. =A0I 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. =A0I have narrowed down the problem.
> As I expected, if "auto-complete-mode" is commented out, the= problem did not
> happen.
> --------------------------------
> ;;auto-complete-mode
> =A0(require 'auto-complete-config)
> =A0(global-auto-complete-mode 1)
> =A0(add-to-list 'ac-dictionary-directories "~/.emacs.d/site-l= isp/ac/ac-dict")
> =A0(ac-config-default)
> --------------------------------
> But I like auto-complete-mode, though. =A0What am I supposed to do nex= t?

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

--000e0cd228c84bda990494f8451e--