all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* (Help) Understanding the folding-mode
@ 2007-06-08 16:56 Unknown
  2007-06-09  4:13 ` Tim X
  0 siblings, 1 reply; 3+ messages in thread
From: Unknown @ 2007-06-08 16:56 UTC (permalink / raw)
  To: help-gnu-emacs

I like the emacs, but the folding-mode: I don't understand...

I have installed folding.el, it works...

I have added to my .emacs to

(load "folding" 'nomessage 'noerror)
(folding-mode-add-find-file-hook)
(folding-add-to-marks-list 'php-mode                "//{"  "//}"  nil t)
(folding-add-to-marks-list 'prolog-mode             "%{{{" "%}}}" nil t)
(folding-add-to-marks-list 'html-mode               "<!-- {{{ " "<!-- 
}}} -->" " -->" nil t)
(folding-add-to-marks-list 'latex-mode               "%{{{"  "%}}}" nil t)
(folding-add-to-marks-list 'javascript-mode          "//{"  "//}" nil t)
(folding-add-to-marks-list 'java-mode                "//{"  "//}" nil t)
(folding-add-to-marks-list 'c-mode                "//{"  "//}" nil t)

But it all don't works. Only in the latex-mode I can change mit ESC-X 
folding-mode (hide or show all)

The key combination C-u 2 C-x $ (horrible combination) doesn't work, 
always reporting me a "selective-display already in use for marked lines"


I don't understand the .emacs file exactly, but i didn't notive any 
errors in the *Message* buffer..

So, how can I bring the folding-mode to work, and, more important,
how can I change the key-combination to somethink others like function 
keys...

I use the EMacs Version 21.3.

Thanks for help
regards
Anne

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: (Help) Understanding the folding-mode
  2007-06-08 16:56 (Help) Understanding the folding-mode Unknown
@ 2007-06-09  4:13 ` Tim X
  2007-06-10 14:40   ` Unknown
  0 siblings, 1 reply; 3+ messages in thread
From: Tim X @ 2007-06-09  4:13 UTC (permalink / raw)
  To: help-gnu-emacs

Anne Kaeppes <nomail@invalid> writes:

> I like the emacs, but the folding-mode: I don't understand...
>
> I have installed folding.el, it works...
>
> I have added to my .emacs to
>
> (load "folding" 'nomessage 'noerror)
> (folding-mode-add-find-file-hook)
> (folding-add-to-marks-list 'php-mode                "//{"  "//}"  nil t)
> (folding-add-to-marks-list 'prolog-mode             "%{{{" "%}}}" nil t)
> (folding-add-to-marks-list 'html-mode               "<!-- {{{ " "<!-- 
> }}} -->" " -->" nil t)
> (folding-add-to-marks-list 'latex-mode               "%{{{"  "%}}}" nil t)
> (folding-add-to-marks-list 'javascript-mode          "//{"  "//}" nil t)
> (folding-add-to-marks-list 'java-mode                "//{"  "//}" nil t)
> (folding-add-to-marks-list 'c-mode                "//{"  "//}" nil t)
>
> But it all don't works. Only in the latex-mode I can change mit ESC-X 
> folding-mode (hide or show all)
>
> The key combination C-u 2 C-x $ (horrible combination) doesn't work, always
> reporting me a "selective-display already in use for marked lines"
>
>
> I don't understand the .emacs file exactly, but i didn't notive any errors in
> the *Message* buffer..
>
> So, how can I bring the folding-mode to work, and, more important,
> how can I change the key-combination to somethink others like function keys...
>
> I use the EMacs Version 21.3.
>

There are a few different folding packages out there, some use overlays and
some don't. Which one are you using? 

Tim

-- 
tcross (at) rapttech dot com dot au

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: (Help) Understanding the folding-mode
  2007-06-09  4:13 ` Tim X
@ 2007-06-10 14:40   ` Unknown
  0 siblings, 0 replies; 3+ messages in thread
From: Unknown @ 2007-06-10 14:40 UTC (permalink / raw)
  To: help-gnu-emacs

Tim X wrote:

> There are a few different folding packages out there, some use overlays and
> some don't. Which one are you using? 

Hello,

yes, I use the folding-Mode from this page:
http://www.emacswiki.org/cgi-bin/wiki/FoldingMode

The folding mode seems to work, but I noticed, that f.e. in Latex mode, 
nothing will be fold, if the lines are not indented (in my case 2 blank 
characters)

Thanks for help

best regards
Anne

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2007-06-10 14:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-08 16:56 (Help) Understanding the folding-mode Unknown
2007-06-09  4:13 ` Tim X
2007-06-10 14:40   ` Unknown

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.