Re: help needed with xEmacs

Glynn Clements <[email protected]>
Newsgroups gmane.emacs.xemacs.general
Message-ID <[email protected]>
Srinath T S \(srinatht\) wrote:

>   1)Could you tell me how to close only one file in a xemacs window that
> has multiple files. 
> doing C-x C-c exits out of entire xemacs window.

	C-x k RET	

>  2) I would also like to know how to find correct match for a closing
> bracket in a c file. ( i.e. for a particular '{' how do I find opening
> bracket '}')

That depends what you mean by "find".

To move the cursor to the matching bracket, use M-left (or M-C-b) and
M-right (or M-C-f).

If you just want to highlight the matching bracket, use:

	M-x paren-set-mode RET

Repeated use cycles through the available modes:

  nil		no parenthesis highlighting.
  blink-paren	causes the matching paren to blink.
  paren		causes the matching paren to be highlighted but not to blink.
  sexp		whole expression enclosed by the local paren at its mate.

-- 
Glynn Clements <[email protected]>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.