Johannes Goslar | 27 Mar 2013 15:52
Picon
Favicon
Gravatar

Dedicated GDB windows

Hi,
I am trying to create a gdb layout for ecb which worked well so far via the graphical way.
The buffers are configured with:
(require 'ecb)

(defecb-window-dedicator-to-ecb-buffer ecb-set-gdb-gud-buffer "*gud*" nil "gdb-gud"
									   (switch-to-buffer gud-comint-buffer)
									   (set-window-dedicated-p (selected-window) nil))

(defecb-window-dedicator-to-ecb-buffer ecb-set-gdb-io-buffer "*input/output of *" nil "gdb-io"
									   (switch-to-buffer (gdb-get-buffer-create 'gdb-inferior-io))
									   (set-window-dedicated-p (selected-window) nil))

(defecb-window-dedicator-to-ecb-buffer ecb-set-gdb-disas-buffer "*disassembly of *" nil "gdb-disas"
									   (switch-to-buffer (gdb-get-buffer-create 'gdb-disassembly-buffer))
									   (set-window-dedicated-p (selected-window) nil))

(defecb-window-dedicator-to-ecb-buffer ecb-set-gdb-vars-buffer "*locals of *" nil "gdb-vars"
									   (switch-to-buffer (gdb-get-buffer-create 'gdb-locals-buffer))
									   (set-window-dedicated-p (selected-window) nil))

(defecb-window-dedicator-to-ecb-buffer ecb-set-gdb-breaks-buffer "*breakpoints of *" nil "gdb-breaks"
									   (switch-to-buffer (gdb-get-buffer-create 'gdb-breakpoints-buffer))
									   (set-window-dedicated-p (selected-window) nil))

(defecb-window-dedicator-to-ecb-buffer ecb-set-gdb-stack-buffer "*stack frames of *" nil "gdb-stacks"
									   (switch-to-buffer (gdb-get-buffer-create 'gdb-stack-buffer))
									   (set-window-dedicated-p (selected-window) nil))

(defun ecb-mps-activate ()
(Continue reading)

Terrence Brannon | 5 Mar 2013 08:49
Picon
Gravatar

ECB hangs with TRAMP

Hello,

Is there any solution for ECB hanging when accessing source 
code on remote machines?

I am using Alex Ott's ECB, Emacs 24.3 on OS X Lion.

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
Erick Bodine | 17 Feb 2013 04:19
Picon

ecb-activate doesn't honor existing window splits

cedet: rev 8482 from trunk
ecb: commit e239f11f3e7282f518bdbc33a169198ac12fffb3 from 
https://github.com/alexott/ecb.git
emacs: GNU Emacs 24.2.1

First off, kudos to Alex getting a version of Ecb going that can be used w/ 
later versions of cedet, much appreciated.

I am using layout "left9" and in a sense want to use it a "better" sr-speedbar.  
The problem is that if I have existing split windows, the splits are not kept on 
ecb-activate (ideal) or restored on ecb-deactivate (can live with).  I have not 
found a way to get either behavior.

Another irritant has to do w/ ecb-activate on a file, ecb-deactivate, focus on a 
different file and then running ecb-activate again.  The last ecb-activate will 
switch back to the original file.  This is not what I desire.  I thought that 
(ecb-semantic-clear-toplevel-cache) would allow me to have the desired behavior, 
but no.

thank you for any help w/ either issue.

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
george zhang | 16 Feb 2013 05:34
Picon
Favicon

(no subject)

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Ecb-list mailing list
Ecb-list <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecb-list
Dayal, Jai | 14 Feb 2013 16:49
Picon

Can I be un-banned now?

I was banned a while ago and I don't know why, under my original email address. 

Can I be unbanned?  I've been writing here for a while under this email address.

email:dayalsoap <at> gmail.com
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Ecb-list mailing list
Ecb-list <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecb-list
Yong Chul Ju | 10 Feb 2013 22:12
Picon

ecb activation error

Installed version of packages are:
GNU Emacs 24.2.1 on fedora 18 64 bit version
ecb: git clone git://github.com/alexott/ecb.git

When I activate ecb with the command "M-x ecb-activate",
it creates 5 splitted windows. So far so good.
But when I click one of the windows, it ends up with crashes with error messages "Wrong type argument: window-live-p, #<window 10>".
In addition, I got the following messages with the command "toggle-debug-on-error":

Debugger entered--Lisp error: (error "ECB 2.40: Errors during the layout setup of ECB. (error-type: file-error, error-data: (\"Process died\"))")
  signal(error ("ECB 2.40: Errors during the layout setup of ECB. (error-type: file-error, error-data: (\"Process died\"))"))
  error("ECB %s: %s (error-type: %S, error-data: %S)" "2.40" "Errors during the layout setup of ECB." file-error ("Process died"))
  ecb-clean-up-after-activation-failure("Errors during the layout setup of ECB." (file-error "Process died"))
  ecb-activate--impl()
  ecb-activate-internal()
  ecb-minor-mode(1)
  ecb-activate()
  call-interactively(ecb-activate t nil)
  execute-extended-command(nil)
  call-interactively(execute-extended-command nil nil)

Any help will be appreciated.
Thanks in advance.
------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
Ecb-list mailing list
Ecb-list <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecb-list
Rainer M Krug | 6 Dec 2012 11:00
Picon

ECB & Fresh CEDET


Hi

I want to use SCB with CEDET on emacs 24.2.1, but neither ecb nor ecb-snapshot works. Is there a
repo which has a working version for using it "out of the box"?

Thanks,

Rainer
Christian Hilberg | 11 Oct 2012 11:19
Picon

Ping from happy ECB user

Hi all,

this is JFYKI:

I've loved Emacs eons ago for its editing powers, but the lack of something
like ECB made me move away from it towards full IDEs with a heavy heart.
However, I've not been too happy with any of these and always wanted my Emacs
back.

Little more than one year ago, I stumbled across ECB, instantly installed
it, switched back to Emacs and put Emacs+CEDET+ECB to productive use. Despite
a few minor quirks here and there, I'm living a happy life again. :)

Thank you, folks!

Kind regards,

	Christian

My dev host system:
OS:		Debian GNU/Linux 6.0
other OS:	Emacs 23.2
Steroids:	CEDET 1.0.1, ECB 2.40

--

-- 
kernel concepts GmbH       Tel: +49-271-771091-14
Sieghuetter Hauptweg 48
D-57072 Siegen
http://www.kernelconcepts.de/
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
Ecb-list mailing list
Ecb-list <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ecb-list
Don Dwiggins | 2 Oct 2012 21:00

Problem with filling methods buffer

I have Emacs 24.1 with ECB on a Windows 7 64-bit computer.  ECB looks 
good, with one exception: when I load a Python file, I can't get it to 
fill the methods buffer.  When I try "rebuild methods buffer" (either 
via the menu or C-c . r), nothing shows, and several instances of the 
message "Error during redisplay: (wrong-type-argument arrayp nil)" 
appear in the messages buffer.

Any thoughts?

--

-- 

Don Dwiggins
Advanced Publishing Technology

------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
Przemysław Wojnowski | 16 Sep 2012 11:18

Difference between ecb-snapshot from elpa and Alex Ott's

Hello everybody.

Anyone knows what is the difference between the two? Which one is more
current and can should be used for patching?

Thanks and regards,
Przemek

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
Don Dwiggins | 16 Sep 2012 02:30

ECB for Emacs 24.1?

I'm setting up my environment on a new computer.  I've got Gnu Emacs 
24.1 going, and I'd like to set up ECB.  The information at the bottom 
of the page in http://emacswiki.org/emacs/EmacsCodeBrowser is kind of 
discouraging, though.  Should I forge ahead, or drop back to earlier 
versions of Emacs, CEDET, etc.?

Any good words appreciated...

--

-- 

Don Dwiggins
Advanced Publishing Technology

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html

Gmane