Bug#284752: closed by Ola Lundqvist o...@inguza.com (Re: Bug#284752: Seems fixed)

2014-12-23 Thread Cyril Bouthors
I also confirm it's now fixed as of emacs-snapshot 2:20140823-1 +
php-elisp 1.13.5-1

On Sat, Dec 20, 2014 at 9:33 PM, Debian Bug Tracking System 
ow...@bugs.debian.org wrote:

 This is an automatic notification regarding your Bug report
 which was filed against the php-elisp package:

 #284752: php-elisp: Wrong indentation when using comments beginning with #

 It has been closed by Ola Lundqvist o...@inguza.com.

 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Ola Lundqvist 
 o...@inguza.com by
 replying to this email.


 --
 284752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=284752
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems


 -- Forwarded message --
 From: Ola Lundqvist o...@inguza.com
 To: Martin Schulze j...@infodrom.org, 284752-d...@bugs.debian.org
 Cc:
 Date: Sat, 20 Dec 2014 21:30:08 +0100
 Subject: Re: Bug#284752: Seems fixed
 Version: 1.13.5-1

 Indeed.

 // Ola

 On Sat, Dec 20, 2014 at 1:25 PM, Martin Schulze j...@infodrom.org wrote:

 Seems to be fixed in 1.13.5-1 and before.

 Regards

 Joey

 --
 In the beginning was the word, and the word was content-type: text/plain

 Please always Cc to me when replying to me on the lists.




 --
  --- Inguza Technology AB --- MSc in Information Technology 
 /  o...@inguza.comAnnebergsslingan 37\
 |  o...@debian.org   654 65 KARLSTAD|
 |  http://inguza.com/Mobile: +46 (0)70-332 1551 |
 \  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
  ---



 -- Forwarded message --
 From: Cyril Bouthors c...@debian.org
 To: Debian Bug Tracking System sub...@bugs.debian.org
 Cc:
 Date: Wed, 08 Dec 2004 17:15:16 +0300
 Subject: php-elisp: Wrong indentation when using comments beginning with #
 Package: php-elisp
 Version: 1.1.0-2
 Severity: normal

 php-elisp makes wrong indentation when using comments beginning with
 the character #, for example this:

 # )

 if ($foo) {
 $x=4;
 }


 Should be indented to:

 # )

 if ($foo) {
   $x=4;
 }


 php-elisp makes correct indentations with comments starting with //

 Thanks

 -- System Information:
 Debian Release: 3.1
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: i386 (i686)
 Kernel: Linux 2.6.9-1-686
 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

 Versions of packages php-elisp depends on:
 ii  emacs21-nox [emacsen] 21.3+1-8   The GNU Emacs editor (without
 X su

 -- no debconf information





-- 
Cyril Bouthors - go-managed.com http://www.go-managed.com/ -
+33-184-161-617 +1-347-294-7146
https://www.linkedin.com/in/cyrilbouthors


Bug#284752: closed by Ola Lundqvist o...@inguza.com (Re: Bug#284752: Seems fixed)

2014-12-23 Thread Ola Lundqvist
Great! Thanks.

On Tue, Dec 23, 2014 at 4:42 PM, Cyril Bouthors cyril.bouth...@isvtec.com
wrote:

 I also confirm it's now fixed as of emacs-snapshot 2:20140823-1 +
 php-elisp 1.13.5-1

 On Sat, Dec 20, 2014 at 9:33 PM, Debian Bug Tracking System 
 ow...@bugs.debian.org wrote:

 This is an automatic notification regarding your Bug report
 which was filed against the php-elisp package:

 #284752: php-elisp: Wrong indentation when using comments beginning with #

 It has been closed by Ola Lundqvist o...@inguza.com.

 Their explanation is attached below along with your original report.
 If this explanation is unsatisfactory and you have not received a
 better one in a separate message then please contact Ola Lundqvist 
 o...@inguza.com by
 replying to this email.


 --
 284752: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=284752
 Debian Bug Tracking System
 Contact ow...@bugs.debian.org with problems


 -- Forwarded message --
 From: Ola Lundqvist o...@inguza.com
 To: Martin Schulze j...@infodrom.org, 284752-d...@bugs.debian.org
 Cc:
 Date: Sat, 20 Dec 2014 21:30:08 +0100
 Subject: Re: Bug#284752: Seems fixed
 Version: 1.13.5-1

 Indeed.

 // Ola

 On Sat, Dec 20, 2014 at 1:25 PM, Martin Schulze j...@infodrom.org
 wrote:

 Seems to be fixed in 1.13.5-1 and before.

 Regards

 Joey

 --
 In the beginning was the word, and the word was content-type: text/plain

 Please always Cc to me when replying to me on the lists.




 --
  --- Inguza Technology AB --- MSc in Information Technology 
 /  o...@inguza.comAnnebergsslingan 37\
 |  o...@debian.org   654 65 KARLSTAD|
 |  http://inguza.com/Mobile: +46 (0)70-332 1551 |
 \  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
  ---



 -- Forwarded message --
 From: Cyril Bouthors c...@debian.org
 To: Debian Bug Tracking System sub...@bugs.debian.org
 Cc:
 Date: Wed, 08 Dec 2004 17:15:16 +0300
 Subject: php-elisp: Wrong indentation when using comments beginning with #
 Package: php-elisp
 Version: 1.1.0-2
 Severity: normal

 php-elisp makes wrong indentation when using comments beginning with
 the character #, for example this:

 # )

 if ($foo) {
 $x=4;
 }


 Should be indented to:

 # )

 if ($foo) {
   $x=4;
 }


 php-elisp makes correct indentations with comments starting with //

 Thanks

 -- System Information:
 Debian Release: 3.1
   APT prefers unstable
   APT policy: (500, 'unstable')
 Architecture: i386 (i686)
 Kernel: Linux 2.6.9-1-686
 Locale: LANG=C, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

 Versions of packages php-elisp depends on:
 ii  emacs21-nox [emacsen] 21.3+1-8   The GNU Emacs editor
 (without X su

 -- no debconf information





 --
 Cyril Bouthors - go-managed.com http://www.go-managed.com/ -
 +33-184-161-617 +1-347-294-7146
 https://www.linkedin.com/in/cyrilbouthors




-- 
 --- Inguza Technology AB --- MSc in Information Technology 
/  o...@inguza.comAnnebergsslingan 37\
|  o...@debian.org   654 65 KARLSTAD|
|  http://inguza.com/Mobile: +46 (0)70-332 1551 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36 4FE4 18A1 B1CF 0FE5 3DD9  /
 ---


Bug#284752: Seems fixed

2014-12-20 Thread Martin Schulze
Seems to be fixed in 1.13.5-1 and before.

Regards

Joey

-- 
In the beginning was the word, and the word was content-type: text/plain

Please always Cc to me when replying to me on the lists.


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org