help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compiler warning "the function X might not be defined at runtime"


From: Kevin Rodgers
Subject: Re: compiler warning "the function X might not be defined at runtime"
Date: Fri, 20 Feb 2009 04:10:05 -0700
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

Samuel Wales wrote:
On Thu, Feb 19, 2009 at 21:33, Kevin Rodgers <kevin.d.rodgers@gmail.com> wrote:
How are you calling scroll-lock-mode and how are you compiling the file?

I am not calling it except as above and with a similar function with
the argument 1 instead of 0.

Also this, but it should be irrelevant.

(define-key global-map [(control shift up)]
  'scroll-lock-previous-line)
(define-key global-map [(control shift down)] 'scroll-lock-next-line)

Same as you.

GNU Emacs 22.2.1 Carbon.

So is X (in your subject) scroll-lock-mode, scroll-lock-previous-line,
or scroll-lock-next-line?

If X is a scroll-lock-*-line function, do those define-key forms occur
at top level, or within a top level defun, or where?

--
Kevin Rodgers
Denver, Colorado, USA





reply via email to

[Prev in Thread] Current Thread [Next in Thread]