[OS X Emacs] automatic new line

William Slough wslough at gmail.com
Sat Feb 11 15:12:41 EST 2012


The feature you are looking to disable is auto-fill.

Adding these lines to ~/Library/Preferences/Aquamacs Emacs/Prefences.el
will turn it off:

(defun my-matlab-mode-hook ()
    (turn-off-auto-fill))
(setq matlab-mode-hook 'my-matlab-mode-hook)

Hope that helps...

Bill

On Sat, Feb 11, 2012 at 2:08 AM, Gregorio Pellegrino <greghy90 at gmail.com>wrote:

> Hi,
> I'm new to Aquamacs. I'm using this software to develop some code for
> Octave (Matlab language).
>
> I have this problem: while I'm writing, sometimes the software add "..."
> to the line and automatically make a new line, how can I disable this?
>
> Sorry for my english,
> Greg
>
> _____________________________________________________________
> MacOSX-Emacs mailing list
> MacOSX-Emacs at email.esm.psu.edu
> http://email.esm.psu.edu/mailman/listinfo/macosx-emacs
> List Archives: http://dir.gmane.org/gmane.emacs.macintosh.osx
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://email.esm.psu.edu/pipermail/macosx-emacs/attachments/20120211/223eed26/attachment.html>


More information about the MacOSX-Emacs mailing list