unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* bindat.el
@ 2005-05-14 15:12 Richard Stallman
  2005-05-23  3:36 ` bindat.el Thien-Thi Nguyen
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2005-05-14 15:12 UTC (permalink / raw)


Would someone like to write texinfo documentation for bindat.el?

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

* Re: bindat.el
  2005-05-14 15:12 bindat.el Richard Stallman
@ 2005-05-23  3:36 ` Thien-Thi Nguyen
  0 siblings, 0 replies; 5+ messages in thread
From: Thien-Thi Nguyen @ 2005-05-23  3:36 UTC (permalink / raw)
  Cc: emacs-devel

Richard Stallman <rms@gnu.org> writes:

> Would someone like to write texinfo documentation for bindat.el?

i will write docs and post them here for review.

thi

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

* bindat.el
@ 2005-06-12 19:57 Richard Stallman
  2005-06-13 10:46 ` bindat.el Thien-Thi Nguyen
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Stallman @ 2005-06-12 19:57 UTC (permalink / raw)


Can someone write documentation for bindat.el for the Lisp manual?

It doesn't need to be publication-quality English; I can polish it up
if you do the first stage.

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

* Re: bindat.el
  2005-06-12 19:57 bindat.el Richard Stallman
@ 2005-06-13 10:46 ` Thien-Thi Nguyen
  2005-06-14 22:31   ` bindat.el Richard Stallman
  0 siblings, 1 reply; 5+ messages in thread
From: Thien-Thi Nguyen @ 2005-06-13 10:46 UTC (permalink / raw)
  Cc: emacs-devel

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

Richard Stallman <rms@gnu.org> writes:

> Can someone write documentation for bindat.el for the Lisp manual?

please find below two attachments: new file lispref/hairy.texi, and
a patch to some other lispref/ files that integrates it.  the new file
adds chapter "Abstractions" with sections "Rings" and "Byte Packing".

(this is not exactly what you asked for but what you asked for is part
of it, so feel free to ignore the rest.  on the other hand, i am happy
to widen the discussion to topics such as still-empty node "Separated
Rendering" (placeholder for future ewoc.el docs) or other doc efforts
related to lisp/emacs-lisp/ files.)

thi

_____________________________________________________________

[-- Attachment #2: hairy.texi --]
[-- Type: application/x-texinfo, Size: 16154 bytes --]

[-- Attachment #3: lispref.diff --]
[-- Type: application/octet-stream, Size: 2904 bytes --]

cvs -f diff -c -N anti.texi elisp.texi os.texi
Index: anti.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/anti.texi,v
retrieving revision 1.31
diff -c -r1.31 anti.texi
*** anti.texi	10 Jun 2005 10:11:22 -0000	1.31
--- anti.texi	13 Jun 2005 10:35:13 -0000
***************
*** 5,11 ****
  
  @c This node must have no pointers.
  
! @node Antinews, GNU Free Documentation License, System Interface, Top
  @appendix Emacs 21 Antinews
  
  For those users who live backwards in time, here is information about
--- 5,11 ----
  
  @c This node must have no pointers.
  
! @node Antinews, GNU Free Documentation License, Abstractions, Top
  @appendix Emacs 21 Antinews
  
  For those users who live backwards in time, here is information about
Index: elisp.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/elisp.texi,v
retrieving revision 1.57
diff -c -r1.57 elisp.texi
*** elisp.texi	10 Jun 2005 10:03:29 -0000	1.57
--- elisp.texi	13 Jun 2005 10:35:14 -0000
***************
*** 153,158 ****
--- 153,160 ----
  * System Interface::        Getting the user id, system type, environment
                                variables, and other such things.
  
+ * Abstractions::            Complex Data and Control Structures.
+ 
  Appendices
  
  * Antinews::                Info for users downgrading to Emacs 21.
***************
*** 1074,1079 ****
--- 1076,1088 ----
  * Buffer Internals::        Components of a buffer structure.
  * Window Internals::        Components of a window structure.
  * Process Internals::       Components of a process structure.
+ 
+ Abstractions
+ 
+ @c Rings::
+ @c Byte Packing::
+ @c Separated Rendering::
+ 
  @end menu
  
  @include intro.texi
***************
*** 1125,1130 ****
--- 1134,1141 ----
  @include display.texi
  @include os.texi
  
+ @include hairy.texi
+ 
  @c MOVE to Emacs Manual:  include misc-modes.texi
  
  @c appendices
cvs diff: I know nothing about hairy.texi
Index: os.texi
===================================================================
RCS file: /cvsroot/emacs/emacs/lispref/os.texi,v
retrieving revision 1.72
diff -c -r1.72 os.texi
*** os.texi	26 Mar 2005 17:36:22 -0000	1.72
--- os.texi	13 Jun 2005 10:35:15 -0000
***************
*** 4,10 ****
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/os
! @node System Interface, Antinews, Display, Top
  @chapter Operating System Interface
  
    This chapter is about starting and getting out of Emacs, access to
--- 4,10 ----
  @c   Free Software Foundation, Inc.
  @c See the file elisp.texi for copying conditions.
  @setfilename ../info/os
! @node System Interface, Abstractions, Display, Top
  @chapter Operating System Interface
  
    This chapter is about starting and getting out of Emacs, access to

[-- 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

* Re: bindat.el
  2005-06-13 10:46 ` bindat.el Thien-Thi Nguyen
@ 2005-06-14 22:31   ` Richard Stallman
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Stallman @ 2005-06-14 22:31 UTC (permalink / raw)
  Cc: emacs-devel

Thanks.  I don't think these things really belong together in one file,
but all the text is useful.

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

end of thread, other threads:[~2005-06-14 22:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-14 15:12 bindat.el Richard Stallman
2005-05-23  3:36 ` bindat.el Thien-Thi Nguyen
  -- strict thread matches above, loose matches on Subject: below --
2005-06-12 19:57 bindat.el Richard Stallman
2005-06-13 10:46 ` bindat.el Thien-Thi Nguyen
2005-06-14 22:31   ` bindat.el Richard Stallman

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