ntent of the local variable `p':
(gdb) print *p
$2199 = {
handle = 0x872ac50,
hwparams = 0x0,
swparams = 0x0,
period_size = 470
}
I hope this is enough information. If not, I am willing to
investigate further under your guidance.
Thanks,
Andrea Russo.
If Emacs crashed, and you have t
nfo-lookup-maybe-add-help
:mode 'inferior-maxima-mode
+ :regexp "[a-zA-Z0-9_%]+"
:other-modes '(maxima-mode))
;; coreutils and bash builtins overlap in places, eg. printf, so there's a
Best Regards,
Andrea Russo.
In GNU Emacs 22.0.50.6 (i686-pc-linux-gnu, GTK+
Nick Roberts <[EMAIL PROTECTED]> writes:
> If you replace the calls to shell-command with calls to call-process does
> that do what you want?
>
> (shell-command COMMAND) ->
> (call-process shell-file-name nil nil nil "-c" COMMAND)
Yes it does! Thank you very much for your help.
This is the patc
succeeded with no output)
which isn't useful.
Thanks,
Andrea Russo.
If emacs crashed, and you have the emacs process in the gdb debugger,
please include the output from the following gdb commands:
`bt full' and `xbacktrace'.
If you would like to further debug the crash, please