From: Rodrigo Canellas <rodrigo.canellas@tqtvd.com>
To: help-gnu-emacs@gnu.org
Subject: Re: automatic new-line after 80 columns
Date: Wed, 18 Feb 2009 11:25:40 -0300 [thread overview]
Message-ID: <200902181125.40739.rodrigo.canellas@tqtvd.com> (raw)
In-Reply-To: <5q2dnbZjSrLIpQbUnZ2dnUVZ_rLinZ2d@sysmatrix.net>
Em Tuesday 17 February 2009 19:21:10 B. T. Raven escreveu:
> Rodrigo Canellas wrote:
> > Hi,
> >
> > I really can not find how to set 'emacs' to add a new-line when the line reaches the 80th column.
> >
> > In 'ccmode', I set it fot the comments, but I would like to define for C++ code as well.
> >
> > Can anyone help me?
> >
> > Thanks a lot!
> >
> >
> >
>
> How does what you want differ from the behavior you see if you type this
> in a buffer:
>
> C-u 80 C-x f C-u 1 M-x auto-fill-mode
>
> ??
> I think this is a minor mode that works with most programming languages.
>
> Ed
>
I created a file '/var/tmp/t.cpp'.
Then when I typed 'C-u 80 C-x f', 'emacs' said 'Fill column set to 80 (was 70)'
And when I typed 'C-u 1 M-x auto-fill-mode', it did not say anything.
I typed this:
#include <iostream>
void function_very_very_very_big_but_i_mean_really_big ( ) {
{
{
{
{
{
{
{
{
{
{
{
{
{
{
{
object_a = fc_abc( ) ;
Here I expected it would change to:
void function_very_very_very_big_but_i_mean_really_big ( ) {
{
{
{
{
{
{
{
{
{
{
{
{
{
{
{
object_a =
fc_abc( ) ;
I mean, to respect the limit of 80 bytes per line, 'emacs' should insert a new-line after the '='.
Any ideas?
Thanks!
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
next prev parent reply other threads:[~2009-02-18 14:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <mailman.1006.1234898438.31690.help-gnu-emacs@gnu.org>
2009-02-17 22:21 ` automatic new-line after 80 columns B. T. Raven
2009-02-18 14:25 ` Rodrigo Canellas [this message]
2009-02-18 16:58 ` tyler
2009-02-18 18:49 ` Rodrigo Canellas
2009-03-17 13:09 ` Nishith Nand
[not found] ` <mailman.1068.1234967171.31690.help-gnu-emacs@gnu.org>
2009-02-18 17:23 ` B. T. Raven
2009-02-18 18:30 ` Rodrigo Canellas
2009-02-17 19:20 Rodrigo Canellas
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=200902181125.40739.rodrigo.canellas@tqtvd.com \
--to=rodrigo.canellas@tqtvd.com \
--cc=help-gnu-emacs@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).