[BUG] error occur, when `ecb-remote-path''s argument is nil.

View: New views
4 Messages — Rating Filter:   Alert me  

[BUG] error occur, when `ecb-remote-path''s argument is nil.

by S.P.Tseng :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


When current buffer is *scratch* and M-x ecb-activate. Function
`ecb-remote-path' will get nil as its argument. Then `tramp-tramp-file-p' will
not get a string as its argument.

Here is the Backtrace

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  string-match("\\`/\\([^[/:]+\\|[^/]+]\\):" nil)
  tramp-tramp-file-p(nil)
  ecb-remote-path(nil)
  ecb-stealthy-vc-check--sources(restart)
  ecb-stealthy-vc-check-in-sources-buf()
  ecb-stealthy-updates(t)
  ecb-layout-window-sync()
  ecb-window-sync()
  ecb-activate--impl()
  ecb-activate-internal()
  ecb-minor-mode(1)
  ecb-activate()
  winring-set-name("ECB")
  (let ((name ...)) (if (string-equal name "") (setq name ...)) (winring-save-current-configuration) (delete-other-windows) (switch-to-buffer winring-new-config-buffer-name) (winring-set-name name))
  winring-new-configuration(nil)
  call-interactively(winring-new-configuration nil nil)


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ecb-list mailing list
Ecb-list@...
https://lists.sourceforge.net/lists/listinfo/ecb-list

Re: [BUG] error occur, when `ecb-remote-path''s argument is nil.

by klaus.berndl-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

AW: [ECB-list] [BUG] error occur,when `ecb-remote-path''s argument is nil.

Did you use the official release 2.40 or the current CVS-code?

_________________________________________________________Klaus Berndl / Capgemini sd&m / München Business Development Manager / Bereich BankenTel: +49 89 63812 392 / Fax: +49 89 63812 220 / www.de.capgemini-sdm.comMobil: +49 162 2842 051 / klaus.berndl@... sd&m AG, Carl-Wery-Str. 42, 81739 München Zusammen. Für nachhaltigen Erfolg._________________________________________________________Vorstand: Edmund Küpper (Vorsitzender), Burkhard Kehrbusch, Rüdiger Azone,Dr. Uwe Dumslaff, Kai Grambow, Dr. Michael Rading, Josef RannerAufsichtsrat: Pierre Hessler (Vorsitzender)Sitz und Amtsgericht: München HRB 126057



-----Ursprüngliche Nachricht-----
Von: S.P.Tseng [deftsp@...]
Gesendet: Mi 10.06.2009 05:26
An: ecb-list@...
Betreff: [ECB-list] [BUG] error occur,when `ecb-remote-path''s argument is nil.


When current buffer is *scratch* and M-x ecb-activate. Function
`ecb-remote-path' will get nil as its argument. Then `tramp-tramp-file-p' will
not get a string as its argument.

Here is the Backtrace

Debugger entered--Lisp error: (wrong-type-argument stringp nil)
  string-match("\\`/\\([^[/:]+\\|[^/]+]\\):" nil)
  tramp-tramp-file-p(nil)
  ecb-remote-path(nil)
  ecb-stealthy-vc-check--sources(restart)
  ecb-stealthy-vc-check-in-sources-buf()
  ecb-stealthy-updates(t)
  ecb-layout-window-sync()
  ecb-window-sync()
  ecb-activate--impl()
  ecb-activate-internal()
  ecb-minor-mode(1)
  ecb-activate()
  winring-set-name("ECB")
  (let ((name ...)) (if (string-equal name "") (setq name ...)) (winring-save-current-configuration) (delete-other-windows) (switch-to-buffer winring-new-config-buffer-name) (winring-set-name name))
  winring-new-configuration(nil)
  call-interactively(winring-new-configuration nil nil)


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ecb-list mailing list
Ecb-list@...
https://lists.sourceforge.net/lists/listinfo/ecb-list


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ecb-list mailing list
Ecb-list@...
https://lists.sourceforge.net/lists/listinfo/ecb-list

Parent Message unknown Fwd: AW: [BUG] error occur, when `ecb-remote-path''s argument is nil.

by S.P.Tseng :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



---------- Forwarded message ----------
From: S.P.Tseng <deftsp@...>
Date: Wed, Jun 10, 2009 at 2:59 PM
Subject: Re: AW: [ECB-list] [BUG] error occur,when `ecb-remote-path''s argument is nil.
To: klaus.berndl@...
Cc: ecb-list@...


<klaus.berndl@...> writes:

> Did you use the official release 2.40 or the current CVS-code?
>

I use current CVS-code.

>
> -----Ursprüngliche Nachricht-----
> Von: S.P.Tseng [mailto:deftsp@...]
> Gesendet: Mi 10.06.2009 05:26
> An: ecb-list@...
> Betreff: [ECB-list] [BUG] error occur,when `ecb-remote-path''s argument is nil.
>
>
> When current buffer is *scratch* and M-x ecb-activate. Function
> `ecb-remote-path' will get nil as its argument. Then `tramp-tramp-file-p' will
> not get a string as its argument.
>
> Here is the Backtrace
>
> Debugger entered--Lisp error: (wrong-type-argument stringp nil)
>   string-match("\\`/\\([^[/:]+\\|[^/]+]\\):" nil)
>   tramp-tramp-file-p(nil)
>   ecb-remote-path(nil)
>   ecb-stealthy-vc-check--sources(restart)
>   ecb-stealthy-vc-check-in-sources-buf()
>   ecb-stealthy-updates(t)
>   ecb-layout-window-sync()
>   ecb-window-sync()
>   ecb-activate--impl()
>   ecb-activate-internal()
>   ecb-minor-mode(1)
>   ecb-activate()
>   winring-set-name("ECB")
>   (let ((name ...)) (if (string-equal name "") (setq name ...))
> (winring-save-current-configuration) (delete-other-windows) (switch-to-buffer
> winring-new-config-buffer-name) (winring-set-name name))
>   winring-new-configuration(nil)
>   call-interactively(winring-new-configuration nil nil)
>
> _______________________________________________
> Ecb-list mailing list
> Ecb-list@...
> https://lists.sourceforge.net/lists/listinfo/ecb-list
>



------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ecb-list mailing list
Ecb-list@...
https://lists.sourceforge.net/lists/listinfo/ecb-list

Re: Fwd: AW: [BUG] error occur, when `ecb-remote-path''s argument is nil.

by klaus.berndl-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

AW: [ECB-list] Fwd: AW: [BUG] error occur,when `ecb-remote-path''s argument is nil.

fixed - CVS and also CVS-snapshot are updated... thanks for reporting.
Klaus

_________________________________________________________Klaus Berndl / Capgemini sd&m / München Business Development Manager / Bereich BankenTel: +49 89 63812 392 / Fax: +49 89 63812 220 / www.de.capgemini-sdm.comMobil: +49 162 2842 051 / klaus.berndl@... sd&m AG, Carl-Wery-Str. 42, 81739 München Zusammen. Für nachhaltigen Erfolg._________________________________________________________Vorstand: Edmund Küpper (Vorsitzender), Burkhard Kehrbusch, Rüdiger Azone,Dr. Uwe Dumslaff, Kai Grambow, Dr. Michael Rading, Josef RannerAufsichtsrat: Pierre Hessler (Vorsitzender)Sitz und Amtsgericht: München HRB 126057



-----Ursprüngliche Nachricht-----
Von: S.P.Tseng [deftsp@...]
Gesendet: Mi 10.06.2009 09:20
An: ecb-list@...
Betreff: [ECB-list] Fwd: AW:  [BUG] error occur,when `ecb-remote-path''s        argument is nil.

---------- Forwarded message ----------
From: S.P.Tseng <deftsp@...>
Date: Wed, Jun 10, 2009 at 2:59 PM
Subject: Re: AW: [ECB-list] [BUG] error occur,when `ecb-remote-path''s
argument is nil.
To: klaus.berndl@...
Cc: ecb-list@...


<klaus.berndl@...> writes:

> Did you use the official release 2.40 or the current CVS-code?
>

I use current CVS-code.

>
> -----Ursprüngliche Nachricht-----
> Von: S.P.Tseng [deftsp@...]
> Gesendet: Mi 10.06.2009 05:26
> An: ecb-list@...
> Betreff: [ECB-list] [BUG] error occur,when `ecb-remote-path''s argument is
nil.
>
>
> When current buffer is *scratch* and M-x ecb-activate. Function
> `ecb-remote-path' will get nil as its argument. Then `tramp-tramp-file-p'
will
> not get a string as its argument.
>
> Here is the Backtrace
>
> Debugger entered--Lisp error: (wrong-type-argument stringp nil)
>   string-match("\\`/\\([^[/:]+\\|[^/]+]\\):" nil)
>   tramp-tramp-file-p(nil)
>   ecb-remote-path(nil)
>   ecb-stealthy-vc-check--sources(restart)
>   ecb-stealthy-vc-check-in-sources-buf()
>   ecb-stealthy-updates(t)
>   ecb-layout-window-sync()
>   ecb-window-sync()
>   ecb-activate--impl()
>   ecb-activate-internal()
>   ecb-minor-mode(1)
>   ecb-activate()
>   winring-set-name("ECB")
>   (let ((name ...)) (if (string-equal name "") (setq name ...))
> (winring-save-current-configuration) (delete-other-windows)
(switch-to-buffer
> winring-new-config-buffer-name) (winring-set-name name))
>   winring-new-configuration(nil)
>   call-interactively(winring-new-configuration nil nil)
>
> _______________________________________________
> Ecb-list mailing list
> Ecb-list@...
> https://lists.sourceforge.net/lists/listinfo/ecb-list
>


------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ecb-list mailing list
Ecb-list@...
https://lists.sourceforge.net/lists/listinfo/ecb-list