unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [michael@mail.endbracket.net: sh-indent-for-do wrong]
@ 2005-05-08 22:45 Richard Stallman
  2005-05-09  4:40 ` Jan D.
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Stallman @ 2005-05-08 22:45 UTC (permalink / raw)


What do other people think about this issue?  Are there common shell
indent styles for which the current default is right?

------- Start of forwarded message -------
To: bug-gnu-emacs@gnu.org
Date: Sat,  7 May 2005 14:30:41 +1000 (EST)
From: michael@mail.endbracket.net (Michael Wardle)
Subject: sh-indent-for-do wrong
Reply-To: michael@endbracket.net
Sender: bug-gnu-emacs-bounces+rms=gnu.org@gnu.org
X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python
X-Spam-Level: 
X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no version=2.63

This bug report will be sent to the Free Software Foundation,
not to your local site managers!
Please write in English, because the Emacs maintainers do not have
translators to read other languages for them.

Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing list,
and to the gnu.emacs.bug news group.

In GNU Emacs 21.4.1 (i386-pc-linux-gnu)
 of 2005-03-18 on trouble, modified by Debian
configured using `configure '--build=i386-linux' '--host=i386-linux' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '--mandir=/usr/share/man' '--with-pop=yes' '--with-x=no' 'CFLAGS=-DDEBIAN -g -O2' 'build_alias=i386-linux' 'host_alias=i386-linux''
Important settings:
  value of $LC_ALL: nil
  value of $LC_COLLATE: nil
  value of $LC_CTYPE: nil
  value of $LC_MESSAGES: nil
  value of $LC_MONETARY: nil
  value of $LC_NUMERIC: nil
  value of $LC_TIME: nil
  value of $LANG: en_AU.utf8
  locale-coding-system: utf-8
  default-enable-multibyte-characters: t

Please describe exactly what actions triggered the bug
and the precise symptoms of the bug:

When entering a while..do..done block with the do on a separate line,
the do keyword is needlessly indented by half an indentation level (+).
This looks ugly and contradicts the claim to support the indentation
style used by Rosenblatt (see Learning the Korn Shell 2 Ed., p. 168).

sh-indent-for-do should default to 0 rather than *.

Recent messages:
Setting up indent for shell type sh
Loading mule-util...done
setting up indent stuff
Indentation variable are now local.
Indentation setup for shell type sh
Mark set
Loading view...done

keyboard-quit: Quit
Loading emacsbug...done


_______________________________________________
Bug-gnu-emacs mailing list
Bug-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
------- End of forwarded message -------

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

* Re: [michael@mail.endbracket.net: sh-indent-for-do wrong]
  2005-05-08 22:45 [michael@mail.endbracket.net: sh-indent-for-do wrong] Richard Stallman
@ 2005-05-09  4:40 ` Jan D.
  0 siblings, 0 replies; 2+ messages in thread
From: Jan D. @ 2005-05-09  4:40 UTC (permalink / raw)
  Cc: emacs-devel


9 maj 2005 kl. 00.45 skrev Richard Stallman:

> What do other people think about this issue?  Are there common shell
> indent styles for which the current default is right?

I agree with the sender, sh-indent-for-do should default to 0 rather  
than *.  I haven't seen any sh-script that indents as sh-mode does by  
default.

     Jan D.

>
> ------- Start of forwarded message -------
> To: bug-gnu-emacs@gnu.org
> Date: Sat,  7 May 2005 14:30:41 +1000 (EST)
> From: michael@mail.endbracket.net (Michael Wardle)
> Subject: sh-indent-for-do wrong
> Reply-To: michael@endbracket.net
> Sender: bug-gnu-emacs-bounces+rms=gnu.org@gnu.org
> X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on monty-python
> X-Spam-Level:
> X-Spam-Status: No, hits=0.0 required=5.0 tests=none autolearn=no  
> version=2.63
>
> This bug report will be sent to the Free Software Foundation,
> not to your local site managers!
> Please write in English, because the Emacs maintainers do not have
> translators to read other languages for them.
>
> Your bug report will be posted to the bug-gnu-emacs@gnu.org mailing  
> list,
> and to the gnu.emacs.bug news group.
>
> In GNU Emacs 21.4.1 (i386-pc-linux-gnu)
>  of 2005-03-18 on trouble, modified by Debian
> configured using `configure '--build=i386-linux' '--host=i386- 
> linux' '--prefix=/usr' '--sharedstatedir=/var/lib' '--libexecdir=/ 
> usr/lib' '--localstatedir=/var/lib' '--infodir=/usr/share/info' '-- 
> mandir=/usr/share/man' '--with-pop=yes' '--with-x=no' 'CFLAGS=- 
> DDEBIAN -g -O2' 'build_alias=i386-linux' 'host_alias=i386-linux''
> Important settings:
>   value of $LC_ALL: nil
>   value of $LC_COLLATE: nil
>   value of $LC_CTYPE: nil
>   value of $LC_MESSAGES: nil
>   value of $LC_MONETARY: nil
>   value of $LC_NUMERIC: nil
>   value of $LC_TIME: nil
>   value of $LANG: en_AU.utf8
>   locale-coding-system: utf-8
>   default-enable-multibyte-characters: t
>
> Please describe exactly what actions triggered the bug
> and the precise symptoms of the bug:
>
> When entering a while..do..done block with the do on a separate line,
> the do keyword is needlessly indented by half an indentation level  
> (+).
> This looks ugly and contradicts the claim to support the indentation
> style used by Rosenblatt (see Learning the Korn Shell 2 Ed., p. 168).
>
> sh-indent-for-do should default to 0 rather than *.
>
> Recent messages:
> Setting up indent for shell type sh
> Loading mule-util...done
> setting up indent stuff
> Indentation variable are now local.
> Indentation setup for shell type sh
> Mark set
> Loading view...done
>
> keyboard-quit: Quit
> Loading emacsbug...done
>
>
> _______________________________________________
> Bug-gnu-emacs mailing list
> Bug-gnu-emacs@gnu.org
> http://lists.gnu.org/mailman/listinfo/bug-gnu-emacs
> ------- End of forwarded message -------
>
>
> _______________________________________________
> Emacs-devel mailing list
> Emacs-devel@gnu.org
> http://lists.gnu.org/mailman/listinfo/emacs-devel
>

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

end of thread, other threads:[~2005-05-09  4:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-08 22:45 [michael@mail.endbracket.net: sh-indent-for-do wrong] Richard Stallman
2005-05-09  4:40 ` Jan D.

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

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).