all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Re: Local variables not being defined
@ 2007-01-31 12:39 martin rudalics
  2007-02-01  5:17 ` Kevin Rodgers
  0 siblings, 1 reply; 12+ messages in thread
From: martin rudalics @ 2007-01-31 12:39 UTC (permalink / raw)
  To: kevin.d.rodgers; +Cc: help-gnu-emacs

 > And hack-local-variables does search for the exact "Local Variables:"
 > string, so should not have found an occurrence with a lower case `v' and
 > missing colon:

I don't know about the missing colon, but

  -- User Option: case-fold-search
      This buffer-local variable determines whether searches should
      ignore case.  If the variable is `nil' they do not ignore case;
      otherwise they do ignore case.

hence

 >         (when (let ((case-fold-search t))
 >                 (search-forward "Local Variables:" nil t))
 >           (skip-chars-forward " \t")

does not look for the exact string.

^ permalink raw reply	[flat|nested] 12+ messages in thread
* Local variables not being defined
@ 2007-01-25 15:29 ken
  0 siblings, 0 replies; 12+ messages in thread
From: ken @ 2007-01-25 15:29 UTC (permalink / raw)
  To: help-gnu-emacs


I've got the following at the end of the current buffer (an html file,
if that matters):

<!--
Local variables:
html-helper-timestamp-end: "hhmts end -->"
html-helper-timestamp-start: "<!-- hhmts start"
End:
-->

I load the file (once by reloading emacs, other times by C-x C-v).  Then
I do "C-h v html-helper-timestamp-start" and it gives me:

-----------------------------------------------------
html-helper-timestamp-start's value is
"<!-- hhmts start -->"

Documentation:
*Start delimiter for timestamps.
Everything between `html-helper-timestamp-start' and
....
-----------------------------------------------------

What's the bogusity?


tnx,
ken
-- 
"Peace hath her victories no less renown'd than war."
	--John Milton

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

end of thread, other threads:[~2007-02-01  5:17 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <mailman.3574.1169739033.2155.help-gnu-emacs@gnu.org>
2007-01-25 16:20 ` Local variables not being defined Harald Hanche-Olsen
2007-01-25 19:44   ` ken
     [not found]   ` <mailman.3592.1169754294.2155.help-gnu-emacs@gnu.org>
2007-01-25 20:25     ` Harald Hanche-Olsen
2007-01-25 21:45       ` ken
2007-01-25 22:08         ` ken
     [not found]         ` <mailman.3603.1169762957.2155.help-gnu-emacs@gnu.org>
2007-01-25 22:25           ` Harald Hanche-Olsen
     [not found]       ` <mailman.3599.1169761553.2155.help-gnu-emacs@gnu.org>
2007-01-25 22:22         ` Harald Hanche-Olsen
2007-01-26 11:18           ` ken
2007-01-31  5:34             ` Kevin Rodgers
2007-01-31 12:39 martin rudalics
2007-02-01  5:17 ` Kevin Rodgers
  -- strict thread matches above, loose matches on Subject: below --
2007-01-25 15:29 ken

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.