help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: learning Emacs Lisp


From: Richard Riley
Subject: Re: learning Emacs Lisp
Date: Tue, 11 Nov 2008 12:04:15 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

"Juanma Barranquero" <lekktu@gmail.com> writes:

> On Tue, Nov 11, 2008 at 09:48, Richard Riley <rileyrgdev@gmail.com> wrote:
>
>> But would
>> aligned brackets really hurt anyone? I dont think so.
>
> Depend on your definition of "hurt". For many people, myself included,
> is ugly to the point of being almost unbearable.
>
> I suppose writing Pascal code like this
>
>   if my_condition then begin
>     { ... }
>   end else begin
>     { ... }
>   end;

I like the

if(f){
        /**/
}else{
        /**/
}

K&R style.

Still, one man's meat is another man's poison.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]