unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
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 15:30:43 -0300	[thread overview]
Message-ID: <200902181530.44063.rodrigo.canellas@tqtvd.com> (raw)
In-Reply-To: <U8adnemOyL-D2QHUnZ2dnUVZ_qXinZ2d@sysmatrix.net>

Em Wednesday 18 February 2009 14:23:41 B. T. Raven escreveu:
> Rodrigo Canellas wrote:
> > 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.
> 
> You should see the word "Fill" added to the mode line.
> > 
> > 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?
> 
> I copy-pasted the above into an Emacs buffer, enabled column-mode, and 
> didn't see any lines longer than 78 characters. Auto-fill just breaks 
> the line automatically at the word boundary at or just before the 
> fill-width character.
> 
> Type this:
> 
> Now is the time for every good man to come to the aid of every good man who
> types
> 
> and it should have broken before the word "types."
> 
> The above works in a lisp buffer but not in a new one I made (junk.cpp). 
> Maybe its working depends on c++ syntax. Did you try menu C++ > Toggle > 
> Auto newline?
> 

I  see the word 'Fill' in the mode line. I typed a line more than 80 bytes long in '*scratch*', and 'emacs' added a new line for me. 
But when I type in a C++ buffer it does no work. I guess I have to do what Tyler suggested, altough I have no idea how... 

Thanks anyway!


-- 
Rodrigo Canellas
Software Developer
Digital TV Products
+55 21 3147-3000/8675
rodrigo.canellas@tqtvd.com
www.tqtvd.com 
TQTVD Software

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.





  reply	other threads:[~2009-02-18 18:30 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
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 [this message]
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=200902181530.44063.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).