unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: zack.perry@sbcglobal.net
To: help-gnu-emacs@gnu.org
Cc: rocky@gnu.org, help-gnu-emacs@gnu.org
Subject: Re: debugging bash script in emacs using bashdb
Date: Fri, 15 Jun 2012 13:04:30 -0700 (PDT)	[thread overview]
Message-ID: <d462b4e5-9354-415f-8d6c-dcee11009898@googlegroups.com> (raw)
In-Reply-To: <cc92e708-6be7-4374-908a-4d17bf1450f1@googlegroups.com>

OK, I made a bit progress. After some googling, I found this:

https://github.com/rocky/emacs-test-simple

That's where you can get the required test-simple.el

The following bash script should be enhanced with this pre-requisite. 

> 
> #!/bin/bash
> for pkg in emacs-{test-unit,load-relative,loc-changes,dbgr} ; do 
>      echo Trying to install ${pkg}...
>      git clone http://github.com/rocky/${pkg}.git
>      (cd $pkg && \
>          sh ./autogen.sh && ./configure && make && make check && sudo make install
>      )
> done
> 

Will see if I can figure out the rest. But would be grateful to any hints.

Regards,

Zack


  reply	other threads:[~2012-06-15 20:04 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-29 23:22 debugging bash script in emacs using bashdb fiftyeight
2011-06-30  6:41 ` Andreas Röhler
2011-06-30 11:08   ` Peter Dyballa
2011-06-30 13:08 ` rocky
     [not found] ` <mailman.738.1309439719.785.help-gnu-emacs@gnu.org>
2012-06-15 19:49   ` zackp
2012-06-15 20:04     ` zack.perry [this message]
2012-06-15 21:18     ` Rocky Bernstein
     [not found]   ` <mailman.2896.1339792385.855.help-gnu-emacs@gnu.org>
2012-06-15 21:22     ` rocky
2012-06-16 18:42       ` zackp
     [not found] ` <mailman.706.1309416118.785.help-gnu-emacs@gnu.org>
2012-06-15 21:28   ` rocky

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=d462b4e5-9354-415f-8d6c-dcee11009898@googlegroups.com \
    --to=zack.perry@sbcglobal.net \
    --cc=help-gnu-emacs@gnu.org \
    --cc=rocky@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).