# HG changeset patch # User Jonathan Yavner # Date 1076803158 0 # Node ID 1961753a8c657d2fa5e6d05a82fa9a92253fd2c3 # Parent e647f66db84bbcb00aa67f1f7ff0cfb587b3bdac (Advanced Features): New functionality for ses-set-header-row (defaults to current row unless C-u used). (Acknowledgements): Added Stefan Monnier. diff -r e647f66db84b -r 1961753a8c65 man/ses.texi --- a/man/ses.texi Sat Feb 14 23:56:51 2004 +0000 +++ b/man/ses.texi Sat Feb 14 23:59:18 2004 +0000 @@ -406,11 +406,15 @@ @table @kbd @item C-c M-C-h -(@code{ses-read-header-row}). The header line at the top of the SES +(@code{ses-set-header-row}). The header line at the top of the SES window normally shows the column letter for each column. You can set it to show a copy of some row, such as a row of column titles, so that -row will always be visible. Set the header line to row 0 to show -column letters again. +row will always be visible. Default is to set the current row as the +header; use C-u to prompt for header row. Set the header to row 0 to +show column letters again. +@item [header-line mouse-3] +Pops up a menu to set the current row as the header, or revert to +column letters. @end table @menu @@ -816,6 +820,13 @@ @node Acknowledgements, , For Gurus, Top @chapter Acknowledgements +Coding by: +@quotation +Jonathan Yavner @email{jyavner@@member.fsf.org}@* +Stefan Monnier @email{monnier@@gnu.org} +@end quotation + +Ideas from: @quotation Christoph Conrad @email{christoph.conrad@@gmx.de}@* CyberBob @email{cyberbob@@redneck.gacracker.org}@* @@ -832,6 +843,7 @@ Stefan Reichör @email{xsteve@@riic.at}@* Oliver Scholz @email{epameinondas@@gmx.de}@* Richard M. Stallman @email{rms@@gnu.org}@* +Luc Teirlinck @email{teirllm@@dms.auburn.edu}@* J. Otto Tennant @email{jotto@@pobox.com}@* Jean-Philippe Theberge @email{jphil@@acs.pagesjaunes.fr} @end quotation