From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Artur Malabarba Newsgroups: gmane.emacs.help Subject: Re: auto complete in comments Date: Mon, 20 Oct 2014 17:20:29 +0100 Message-ID: References: Reply-To: bruce.connor.am@gmail.com NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1413822060 30266 80.91.229.3 (20 Oct 2014 16:21:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2014 16:21:00 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Christopher Dimech Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 20 18:20:53 2014 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XgFhV-0003HI-Dp for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Oct 2014 18:20:53 +0200 Original-Received: from localhost ([::1]:45827 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgFhU-0005Vx-TS for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Oct 2014 12:20:52 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:43853) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgFhD-0005Vs-Hi for help-gnu-emacs@gnu.org; Mon, 20 Oct 2014 12:20:36 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgFh9-0003TM-LH for help-gnu-emacs@gnu.org; Mon, 20 Oct 2014 12:20:35 -0400 Original-Received: from mail-ob0-x22b.google.com ([2607:f8b0:4003:c01::22b]:36624) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgFh9-0003Sx-9k for help-gnu-emacs@gnu.org; Mon, 20 Oct 2014 12:20:31 -0400 Original-Received: by mail-ob0-f171.google.com with SMTP id va2so4103874obc.2 for ; Mon, 20 Oct 2014 09:20:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:sender:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=i5N5lCR8W4uaZZpLzZ4J3uNpZQQ9ryyyMsmlE5MKghk=; b=OlCQFMvhBTuDVDEyCnKiiX2k2ssnE/hqCFMuZpUpcdriAXz7s7ZJuWtLlR13TtqrqQ 7BQDTNe91lvg+1z2fNkQvhPyGzGyasrzvXgcCp7klbd7GcEM8Y227fQTHfSUn+pcOZ9Y /Qi1QN3RtACRzkTHuMH7IyjUDpGpgNJTHAy3OXlPU2F4tUmPoLsyFVxcH2HbJIkSps/3 M7bNC7Du1WaXItBgI8XQ50WzUAypD1nQPDvIOcX1c9xLSfgoJvb/DDYBMZ+5+35gDbyR 3JQ5GPg9ysbvBSrsxtnzLrk1BoWWOiiTXoHMaqRn6rVwVM5Z/1OvdFXhilBdGaEfZEm1 TS5w== X-Received: by 10.202.173.23 with SMTP id w23mr22903168oie.27.1413822029488; Mon, 20 Oct 2014 09:20:29 -0700 (PDT) Original-Received: by 10.76.1.137 with HTTP; Mon, 20 Oct 2014 09:20:29 -0700 (PDT) In-Reply-To: X-Google-Sender-Auth: ypWb8U2wEeEe5Iip8MkotAQV70w X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c01::22b X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:100516 Archived-At: This should do the trick. (setq ac-disable-faces nil) 2014-10-20 16:38 GMT+01:00 Christopher Dimech : > I am using auto-complete in emacs, modifying fortran code. Normal > code completion with drop-down menu is disabled inside comments > and have to use A-/ for continuation. > > Any way I can enable the drop down auto complete inside > comment lines? > > -- > Christopher Dimech