unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* New allout revisions
@ 2006-03-13 17:52 Ken Manheimer
  2006-03-13 17:56 ` Ken Manheimer
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ken Manheimer @ 2006-03-13 17:52 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 798 bytes --]

attached is a ChangeLog and patch for some refinements of allout.el. 
the most signficant changes are marking some commonly used allout file
local variables as safe, according to the new system, and
establishment of a custom variable for the default allout layout spec.
 see the ChangeLog for more details.

(in crafting the allout-default-layout custom variable type i was
blocked by what seems to be a limit in the customization type
protocol.  the layout spec allows for nested expressions that are
themselves layout specs, and so the type form is self-recurrent.  i
see no way, however to declare self-recurrent or even
indirectly-recurrent type definitions.  is there a way, in the current
custom types system?)
--
ken manheimer
ken.manheimer@gmail.com
http://myriadicity.net

[-- Attachment #2: allout-ChangeLog.txt --]
[-- Type: text/plain, Size: 966 bytes --]

2006-03-13  Ken Manheimer  <ken.manheimer@gmail.com>

	* allout.el: Increment version to 2.2.1 in file commentary.

        (allout-version): Increment to 2.2.1.

        (allout-default-layout): New customization variable, used when the
        file lacks a specific allout-layout.  Customization type is
        substantial, but punts on recursively nested layout expressions
        since i se no way to have self-recurrent customization types.

        (allout-mode): Incorporate allout-default-layout as fallback for
        allout-layout.

	(allout-layout): Mark as 'safe-local-variable', and refer mention
	fallback to `allout-default-layout' in absence of a specified value.
	(allout-passphrase-verifier-string)
	(allout-passphrase-hint-string): Mark as 'safe-local-variable'.

	(allout-file-passphrase-verifier-string): Obsolete variable, removed.

	(allout-get-encryption-passphrase-verifier): Use correct name of
	passphrase verifier in docstring.








[-- Attachment #3: allout-patch.txt --]
[-- Type: text/plain, Size: 965 bytes --]

2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>

	* allout.el: Increment version to 2.2.1 in file commentary.

        (allout-version): Increment to 2.2.1.

        (allout-default-layout): New customization variable, used when the
        file lacks a specific allout-layout.  Customization type is
        substantial, but punts on recursively nested layout expressions
        since i se no way to have self-recurrent customization types.

        (allout-mode): Incorporate allout-default-layout as fallback for
        allout-layout.

	(allout-layout): Mark as 'safe-local-variable', and refer mention
	fallback to `allout-default-layout' in absence of a specified value.
	(allout-passphrase-verifier-string)
	(allout-passphrase-hint-string): Mark as 'safe-local-variable'.

	(allout-file-passphrase-verifier-string): Obsolete variable, removed.

	(allout-get-encryption-passphrase-verifier): Use correct name of
	passphrase verifier in docstring.







[-- Attachment #4: Type: text/plain, Size: 142 bytes --]

_______________________________________________
Emacs-devel mailing list
Emacs-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/emacs-devel

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

end of thread, other threads:[~2006-03-13 19:48 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-13 17:52 New allout revisions Ken Manheimer
2006-03-13 17:56 ` Ken Manheimer
2006-03-13 18:04 ` Ken Manheimer
2006-03-13 18:11 ` Luc Teirlinck
2006-03-13 19:48   ` Ken Manheimer

Code repositories for project(s) associated with this public inbox

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

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).