Baloff wrote:
> (global-set-key "\C-cb" "\C-xh\M-w") ;copy buffer C-c b
> (global-set-key "\C-cb" "\C-xh\M-w") ;copy buffer C-c p
>
> I get symbol function definition is void ...

It works for me.  (Note that the 2 lines are identical, except for the
comments -- is there a typo in there?)

To find out where the error occurs:
M-x set-variable RET debug-on-error RET t RET

> another point:
> $info gcc puts out the info pages.
> but in emacs C-h i m gcc does not show anything about gcc.
> any problem I need to fix to see the info for gcc.

,----[ C-h v Info-directory-list RET ]
| Info-directory-list's value is
| ("/opt/csw/info/" "/usr/local/info/")
|
|
| Documentation:
| List of directories to search for Info documentation files.
| nil means not yet initialized.  In this case, Info uses the environment
| variable INFOPATH to initialize it, or `Info-default-directory-list'
| if there is no INFOPATH variable in the environment.
|
| When `Info-directory-list' is initialized from the value of
| `Info-default-directory-list', and Emacs is installed in one of the
| standard directories, the directory of Info files that come with Emacs
| is put last (so that local Info files override standard ones).
|
| When `Info-directory-list' is initialized from the value of
| `Info-default-directory-list', and Emacs is not installed in one
| of the standard directories, the first element of the resulting
| list is the directory where Emacs installs the Info files that
| come with it.  This is so that Emacs's own manual, which suits the
| version of Emacs you are using, will always be found first.  This
| is useful when you install an experimental version of Emacs without
| removing the standard installation.
|
| If you want to override the order of directories in
| `Info-default-directory-list', set INFOPATH in the environment.
|
| If you run the Emacs executable from the `src' directory in the Emacs
| source tree, and INFOPATH is not defined, the `info' directory in the
| source tree is used as the first element of `Info-directory-list', in
| place of the installation Info directory.  This is useful when you run
| a version of Emacs without installing it.
|
| Defined in `info'.
`----

--
Kevin Rodgers



_______________________________________________
Help-gnu-emacs mailing list
Help-gnu-emacs@gnu.org
http://lists.gnu.org/mailman/listinfo/help-gnu-emacs

Reply via email to