unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Tassilo Horn <tassilo@member.fsf.org>
To: help-gnu-emacs@gnu.org
Subject: Re: Blank spacers problem
Date: Mon, 02 Jul 2012 16:57:00 +0200	[thread overview]
Message-ID: <8762a69poj.fsf@thinkpad.tsdh.de> (raw)
In-Reply-To: jss3cm$qf4$1@dont-email.me

Dieter Britz <dieterhansbritz@gmail.com> writes:

> I have a Fortran program, which echoes a table of input
> parameters. The emacs source looks like this:
>
>   print '(" Nth, Nga                =", 2i10)', Nth, Nga
>   print '(" mth, mGa, deriv windows =", 2i10)', mth, mGa
>   print '(" dT, nT, Tmax            =", f10.3, i10, f10.2)', dT, nT, nT*dT
>   print '(" Blob radius R0          =", f12.1)', R0
>   print '(" S0                      =", f10.3)', S0
>   print '(" P0                      =", f10.3)', P0
>   print '(" mu                      =", f10.3)', mu
>   print '(" KM                      =", f10.3)', KM
>
>
> - on screen, that is. I work under Suse 12.1 and have what I think is
> a pretty up to date version of emacs. The problem is that the equal
> sign characters are not positioned as they appear on screen, but have
> various positions, so the output is staggered instead of being lined up.

Do I get it right that the program looks exactly like above when viewed
in emacs, but when you run it, the output doesn't line up?

If so, then the problem could be that your shell uses a proportional
font (i.e., a font where a T uses up more space than, say, an i), or
that the blank space between the identifiers and = uses tabs instead of
spaces, and your shell happens to use a different tab-width than emacs.

Bye,
Tassilo




  parent reply	other threads:[~2012-07-02 14:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-02 12:15 Blank spacers problem Dieter Britz
2012-07-02 12:31 ` XeCycle
2012-07-02 14:57 ` Tassilo Horn [this message]
     [not found] ` <mailman.3879.1341241052.855.help-gnu-emacs@gnu.org>
2012-07-04  7:54   ` Dieter Britz
2012-07-04  8:01     ` Peter Dyballa
     [not found]     ` <mailman.4005.1341388928.855.help-gnu-emacs@gnu.org>
2012-07-04  9:17       ` Dieter Britz
2012-07-04  9:24         ` Dieter Britz
2012-07-04  9:34         ` Peter Dyballa

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=8762a69poj.fsf@thinkpad.tsdh.de \
    --to=tassilo@member.fsf.org \
    --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).