From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Christopher Dimech Newsgroups: gmane.emacs.help Subject: Re: auto complete in comments Date: Mon, 20 Oct 2014 17:34:20 +0100 Message-ID: References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 X-Trace: ger.gmane.org 1413822889 8774 80.91.229.3 (20 Oct 2014 16:34:49 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 20 Oct 2014 16:34:49 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: bruce.connor.am@gmail.com Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon Oct 20 18:34:43 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 1XgFur-0004Uv-V0 for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Oct 2014 18:34:42 +0200 Original-Received: from localhost ([::1]:45871 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgFur-0008Dc-IC for geh-help-gnu-emacs@m.gmane.org; Mon, 20 Oct 2014 12:34:41 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:46199) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgFue-0008DX-TA for help-gnu-emacs@gnu.org; Mon, 20 Oct 2014 12:34:29 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XgFue-0008JO-2i for help-gnu-emacs@gnu.org; Mon, 20 Oct 2014 12:34:28 -0400 Original-Received: from mail-oi0-x234.google.com ([2607:f8b0:4003:c06::234]:36556) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgFuc-0008IM-Sy for help-gnu-emacs@gnu.org; Mon, 20 Oct 2014 12:34:28 -0400 Original-Received: by mail-oi0-f52.google.com with SMTP id a3so3927410oib.39 for ; Mon, 20 Oct 2014 09:34:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=VsPsbqC1TQrKpQWtmTyf5wmoB4K0nbjDvZ31GRF3Kto=; b=VQ7KeN/6gouP8InY1Kriox4l5h/fCrKDHgjUh1b64GMyEWeotJZEcdv+EAw6SUv4Jl Lql8e0/CUS5pNS+cRtuAvocTaD/zJAee480CvQeJwF4nvk3xjEAKeUa9wEXMZaoYScHI vYDoHPv3s87Jgv7uwagShYBQxFbsmGYrywWGD+eYqRIl9x44flu1gh0EWk05sEURB3Dj CO8B2gz45uRRE+sFTDRLlpUCaaKKzAxP3JTSeaOhICVyHiQ5Nw1YUwOjg1siXBQPV8Tg v2uJ7Us8agnf/zJtjaQRoWVPjEPmr4nvkMBB9SSkwA/BsDvtVgFUrWaGXGnC2LCaVNUh RiLw== X-Received: by 10.60.150.140 with SMTP id ui12mr21332488oeb.27.1413822860970; Mon, 20 Oct 2014 09:34:20 -0700 (PDT) Original-Received: by 10.60.61.110 with HTTP; Mon, 20 Oct 2014 09:34:20 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:4003:c06::234 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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:100518 Archived-At: Brilliant, command works as expected. On 20 October 2014 17:20, Artur Malabarba wrote: > This should do the trick. > > (setq ac-disable-faces nil) > > 2014-10-20 16:38 GMT+01:00 Christopher Dimech < > dimech.christopher@gmail.com>: > > 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 > -- Christopher Dimech