all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Blank spacers problem
@ 2012-07-02 12:15 Dieter Britz
  2012-07-02 12:31 ` XeCycle
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Dieter Britz @ 2012-07-02 12:15 UTC (permalink / raw)
  To: help-gnu-emacs

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.

I assume this is some smart feature of emacs, but why does it do this?
Can I force emacs to show the text as it really is spaced?
-- 
Dieter Britz


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

end of thread, other threads:[~2012-07-04  9:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-02 12:15 Blank spacers problem Dieter Britz
2012-07-02 12:31 ` XeCycle
2012-07-02 14:57 ` Tassilo Horn
     [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

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.