all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* auto complete in comments
@ 2014-10-20 15:38 Christopher Dimech
  2014-10-20 16:20 ` Artur Malabarba
  0 siblings, 1 reply; 3+ messages in thread
From: Christopher Dimech @ 2014-10-20 15:38 UTC (permalink / raw)
  To: help-gnu-emacs

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


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

* Re: auto complete in comments
  2014-10-20 15:38 auto complete in comments Christopher Dimech
@ 2014-10-20 16:20 ` Artur Malabarba
  2014-10-20 16:34   ` Christopher Dimech
  0 siblings, 1 reply; 3+ messages in thread
From: Artur Malabarba @ 2014-10-20 16:20 UTC (permalink / raw)
  To: Christopher Dimech; +Cc: help-gnu-emacs

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



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

* Re: auto complete in comments
  2014-10-20 16:20 ` Artur Malabarba
@ 2014-10-20 16:34   ` Christopher Dimech
  0 siblings, 0 replies; 3+ messages in thread
From: Christopher Dimech @ 2014-10-20 16:34 UTC (permalink / raw)
  To: bruce.connor.am; +Cc: help-gnu-emacs

Brilliant, command works as expected.

On 20 October 2014 17:20, Artur Malabarba <bruce.connor.am@gmail.com> 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


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

end of thread, other threads:[~2014-10-20 16:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-20 15:38 auto complete in comments Christopher Dimech
2014-10-20 16:20 ` Artur Malabarba
2014-10-20 16:34   ` Christopher Dimech

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.