unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* ANNOUNCE: GNU Hyperbole 5.13, a significant update, is released for testing and use
@ 2016-06-29  0:15 Robert Weiner
  2016-06-29  1:43 ` tumashu
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Weiner @ 2016-06-29  0:15 UTC (permalink / raw)
  To: emacs-devel, hyperbole-users

GNU Hyperbole 5.13 is now available for testing and use with many new features
as described below.  Instructions on how to download and install it as an Emacs
package are included after the What's New section.

The first new feature, integration with the debbugs issues tracker, may be
of particular interest to Emacs developers.

The next release likely will be the first public release of this new
generation of Hyperbole, so we want any level of feedback you can
provide about what you like and don't like or anything you don't
understand.  So if you are thinking of trying Hyperbole, now is the
time.

The GNU Hyperbole project home page gives a more extensive description
for those unfamiliar:  https://www.gnu.org/software/hyperbole/

=======================================================================
*    What's New in GNU Hyperbole V5.13
=======================================================================

  BUTTONS

    - Instant Bug Lookups and Queries: New Gnu Debbugs bug/issue tracking
      implicit button type that jumps to the description and discussion of
      issues by issue number and displays an issue's status.  This works for
      the GNU Hyperbole issue tracker as well as many other GNU projects.  All
      of these button formats may be embedded within any text:

          #id-number
          bug#id-number, bug# id-number, bug #id-number or bug id-number
          bug?attr1=val1&attr2=val2&attr3=val3
          bug#id-number?attr1=val1&attr2=val2&attr3=val3

      Note that `issue' or `debbugs' may be used in place of `bug'.

      See the documentation at the start of "hib-debbugs.el" for more
      information.

    - During the creation of link-to-Info-node explicit buttons with an
      argument of the type (filename)nodename, full completion is offered for
      both the filename and the node name; just type ? to list completions
      after typing a few characters.  You now can drop the .info suffix from
      filenames as well, so "(hyperbole)Smart Keys" works fine as a node
      reference.

    - Implicit links from the output of the UNIX apropos command now work
      properly in Emacs 25.

    - Implicit pathname matches now handle compressed Emacs Lisp files found
      anywhere within the directories of `load-path' and do not try to expand
      paths that begin with a ~.

    - New variable, `hpath:info-suffix', is a regular expression of Info
      filename suffixes which may be ommitted when using parenthesized Info
      filenames in links; this allows for compressed Info file matches and Info
      pathnames of the form "(Hyperbole)" to work.  That displays the top node
      of the Hyperbole Manual in the Info browser.

    - Pathnames ending in .mp3, .wav or .ogg are played as music files rather
      than displayed if your Emacs has support for this.  Modify the value of
      the variable, `hpath:internal-display-alist' to add more formats.

    - New per-window system association list variables determine what if any
      file types within Hyperbole hyperlinks are displayed by external programs
      outside of Emacs.  See the values of and documentation for:
      `hpath:external-display-alist-macos',
`hpath:external-display-alist-mswindows',
      and `hpath:external-display-alist-x'.

    - Added support for &, ~, and ^ as identifier characters in Lisp tags and
      removed #.

  DOCUMENTATION

    - DEMO File: Major updates to reflect the latest Hyperbole features.  Added
      sections on HyControl, Creating and Modifying Explicit Buttons and
      Path Suffixes and Variables.  Try it out with {C-h h d d}.

    - Hyperbole Manual
        - Updated all screenshots in the manual; thanks to Mats L.
        - In the "(hyperbole)Internal Viewers" section, added a description of
          the file formats supported by the default setting of the
          `hpath:internal-display-alist' variable.
        - Added sections "(hyperbole)Smart Key Modifiers" and
"(hyperbole)Smart Key Modeline".
        - Added a "(hyperbole)Glossary" entry for Chord Keyboard.
        - In "(hyperbole)Smart Key Thing Selection", added documentation of the
          {C-c RET} key for syntactical region marking and the {C-c .} key for
          delimited thing jumping between start and end.
        - In the Cust/ menu section of "(hyperbole)Menus" which lists all
          Hyperbole key bindings, indicated which keys are bound only if not
          bound prior to loading Hyperbole.

  HYCONTROL

    - Frame placement calculations now account for window system decorations
      around frame, leading to improved placement offsets around screen edges.
      See the documentation for `hycontrol-set-screen-offsets'.

  MENUS

    - On the Hyperbole menubar menu, the Types submenu which shows
      documentation for Hyperbole types has been moved below the Documentation
      menu to match the Hyperbole minibuffer menu location.  Also added a Types
      menu item under the Explicit-Button menu to match the one under the
      Implicit-Button menu.

    - On the Hyperbole Customize/Change-Key-Bindings menubar menu, renamed
      these entries and added Mark-Think-Key.  Similar updates done to the
      minibuffer menu.

  MOUSE AND SMART KEY SUPPORT

    - An Action Key press on a Hyperbole minibuffer menu key sequence now
      invokes the associated menu action.  Try it with {C-h h d g} to see the
      Hyperbole glossary.  An Assist Key press shows help for the menu item.

    - Changed the `assist-key-default-function' which applies in an unrecognized
      context to trigger an error by default to match the behavior of the
      Action Key.  Its prior value, toggle display of or hide the Smart Key
      summary, is performed by an Assist Key click in the right of a modeline
      or via minibuffer menu with {C-h h d s}.

    - Point is now left within the Smart Key summary by default and it is in
      help mode so you can page through it with SPC and DEL keys and then quit
      from it with {q}.

    - A click of the Action Mouse Key within an inactive minibuffer menu
      displays the Hyperbole minibuffer menu, allowing you to invoke menu
      entries with the mouse.  A click of the Assist Key in the same place
      displays the buffer, window and frame jump menu just as does a click
      within the middle of a modeline since it is easy to miss by a little and
      click on one or the other.  These behaviors are controlled by the new
      variables, `action-key-minibuffer-function' and
      `assist-key-minibuffer-function'.

    - Distributed Window System Support: Previously, Hyperbole supported mouse
      control only on the screen on which it was launched.  If you used
      emacsclient or other means to create a frame on another screen or outside
      of a terminal, that frame would not have Hyperbole mouse support even
      though it was under a window system.  Now each frame receives mouse
      support whenever its window system has mouse support.

    - Improved support for using the Action and Assist Mouse Keys as Control-
      and Meta- modifier keys, mainly for use with a chord keyboard or to
      balance hand use to reduce carpal tunnel stress.  Made `hmouse-mod-mode'
      a regular minor mode.  See "(hyperbole)Smart Key Modifiers" for more
      details.

  ROLO

    - Fixed entry sorting to work with Emacs 25.

=======================================================================
*  Simple Installation as an Emacs Package
=======================================================================


By far, the simplest and quickest way to obtain and to install Hyperbole is
to use the Emacs Package Manager.  If you are not familiar with it, see the
Packages section of the GNU Emacs Manual, "(emacs)Packages".

If you have Hyperbole 5.10 or higher already installed and simply want to
upgrade it, invoke the Emacs Package Manager with {M-x list-packages RET},
then use the {U} followed by the {x} key to upgrade all out-of-date
packages, Hyperbole among them.  Then skip the next section and move on to
Invocation.

Otherwise, to download and install the Hyperbole package, add the following
lines to your personal Emacs initialization file, typically "~/.emacs".

(require 'package)
(setq package-check-signature nil
      package-enable-at-startup nil) ;; Prevent double loading of libraries
(add-to-list 'package-archives '("RSW-Packages" .
"http://www.plasmas.biz/rswe/") t)
(package-initialize)
(unless (package-installed-p 'hyperbole)
  (package-refresh-contents)
  (package-install 'hyperbole))
(require 'hyperbole)

Then restart Emacs and if no errors occur, the latest version of Hyperbole
will be downloaded, built and then available for use.  When it is ready,
you will see a Hyperbole menu on your menubar and {C-h h} will display a
Hyperbole menu in the minibuffer for quick keyboard-based selection.

When Hyperbole is ready for use, you will see a Hyperbole menu on your
menubar and {C-h h} will display a Hyperbole menu in the minibuffer for
quick keyboard-based selection.  Select an item from this menu by typing
the item's first letter.  Use {q} to quit from the menu.

The Hyperbole Manual is included in the "man/" subdirectory of
the Hyperbole package directory in four forms:

"man/hyperbole.info"   - online Info browser version
"man/hyperbole.html"   - web HTML version
"man/hyperbole.pdf"    - printable version
"man/hyperbole.texi"   - source form

The Hyperbole package installation places the Info version of this
manual where needed and adds an entry for Hyperbole into the Info
directory under the Emacs category.  {C-h h d i} will let you
browse the manual.  For web browsing, point your browser
at "${hyperb:dir}/man/hyperbole.html", wherever the
Hyperbole package directory is on your system, often this
is: "~/.emacs.d/elpa/hyperbole-${hyperb:version}/".

=======================================================================
*    Invocation
=======================================================================

Once Hyperbole has been installed for use at your site, you can invoke its
commands in one of three ways:

   use the Hyperbole entry on your menubar;

   type {C-h h} or {M-x hyperbole RET} to bring up the Hyperbole main menu
   in the minibuffer window;

   use a specific Hyperbole command such as an Action Key click {M-RET} on
   a pathname to display the associated file or directory.

Read the Hyperbole Manual, "(hyperbole)Top", to learn all about it.  A
press of {M-RET} within the above double quotes will display the manual.

-- End --

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

* Re:[Hyperbole-users] ANNOUNCE: GNU Hyperbole 5.13, a significant update, is released for testing and use
  2016-06-29  0:15 ANNOUNCE: GNU Hyperbole 5.13, a significant update, is released for testing and use Robert Weiner
@ 2016-06-29  1:43 ` tumashu
  2016-06-29  4:31   ` [Hyperbole-users] " Robert Weiner
  0 siblings, 1 reply; 4+ messages in thread
From: tumashu @ 2016-06-29  1:43 UTC (permalink / raw)
  To: rswgnu@gmail.com; +Cc: hyperbole-users, emacs-devel@gnu.org

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

Too many warn when compile el files:

#+BEGIN_COMMENT

In end of data:
hact.el:322:1:Warning: the function ‘set:member’ might not be defined at
    runtime.
hact.el:322:1:Warning: the following functions are not known to be defined:
    hypb:indirect-function, hypb:emacs-byte-code-p,
    hpath:absolute-to, hattr:get, hpath:relative-to, hhist:element,
    hhist:add, hbut:is-p

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hactypes.el at Wed Jun 29 09:40:29 2016

In actypes::exec-shell-cmd:
hactypes.el:126:25:Warning: reference to free variable ‘defaults’
hactypes.el:152:43:Warning: assignment to free variable ‘last-input-start’
hactypes.el:153:37:Warning: assignment to free variable ‘last-input-end’
hactypes.el:158:24:Warning: reference to free variable ‘last-input-start’
hactypes.el:157:22:Warning: reference to free variable ‘last-input-end’

In actypes::exec-window-cmd:
hactypes.el:169:25:Warning: reference to free variable ‘defaults’
hactypes.el:196:46:Warning: assignment to free variable ‘last-input-start’
hactypes.el:197:40:Warning: assignment to free variable ‘last-input-end’
hactypes.el:195:26:Warning: reference to free variable ‘last-input-start’
hactypes.el:196:22:Warning: reference to free variable ‘last-input-end’

In actypes::function-in-buffer:
hactypes.el:214:39:Warning: reference to free variable ‘fume-funclist’

In actypes::link-to-file:
hactypes.el:316:26:Warning: reference to free variable ‘hargs:reading-p’
hactypes.el:325:16:Warning: assignment to free variable ‘hargs:reading-p’
hactypes.el:318:27:Warning: reference to free variable ‘defaults’
hactypes.el:324:22:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In actypes::link-to-mail:
hactypes.el:399:25:Warning: reference to free variable ‘hmail:init-function’

In actypes::man-show:
hactypes.el:472:10:Warning: ‘display-buffer-function’ is an obsolete variable
    (as of 24.3); use ‘display-buffer-alist’ instead.

In actypes::rfc-toc:
hactypes.el:499:41:Warning: reference to free variable ‘occur-buffer’

In end of data:
hactypes.el:518:1:Warning: the following functions might not be defined at runtime: symset:add,
    actype:action
hactypes.el:518:1:Warning: the following functions are not known to be defined:
    ebut:key-to-label, hargs:completion, hargs:read-match,
    hypb:indirect-function, hypb:error, hargs:read, hpath:remote-p,
    kill-output-from-shell, shell-send-input, show-output-from-shell,
    fume-rescan-buffer, hpath:find, ebut:alist, ebut:label-to-key,
    hpath:validate, hpath:substitute-value, ebut:get, hbut:act,
    hpath:find-line, kotl-mode:goto-cell,
    kotl-mode:beginning-of-buffer, rmail:msg-to-p, hpath:rfc

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hargs.el at Wed Jun 29 09:40:29 2016

In hargs:completion:
hargs.el:189:29:Warning: reference to free variable ‘hargs:string-to-complete’

In hargs:iform-read:
hargs.el:291:22:Warning: assignment to free variable ‘zmacs-region-stays’

In hargs:get:
hargs.el:516:21:Warning: reference to free variable
    ‘hargs:iform-extensions-vector’
hargs.el:527:23:Warning: reference to free variable ‘hargs:iform-vector’

In hargs:select-event-window:
hargs.el:560:11:Warning: reference to free variable ‘current-mouse-event’

In hargs:set-string-to-complete:
hargs.el:577:16:Warning: assignment to free variable
    ‘hargs:string-to-complete’
hargs.el:578:11:Warning: reference to free variable ‘hargs:string-to-complete’

In hargs:unset-string-to-complete:
hargs.el:582:9:Warning: assignment to free variable ‘hargs:string-to-complete’

In end of data:
hargs.el:777:1:Warning: the following functions are not known to be defined:
    kcell-view:label, kcell-view:reference, ebut:label-p,
    monkey-filename, hmail:reader-p, rmail:msg-id-get, hbut:label-p,
    kbd-key:normalize, hattr:get, hui:menu-enter,
    hypb:emacs-byte-code-p, event-window

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hbdata.el at Wed Jun 29 09:40:29 2016

In hbdata:build:
hbdata.el:215:22:Warning: reference to free variable ‘hyperb:user-email’
hbdata.el:188:39:Warning: reference to free variable ‘ebut:instance-sep’

In hbdata:instance-next:
hbdata.el:236:31:Warning: reference to free variable ‘ebut:instance-sep’

In hbdata:apply-entry:
hbdata.el:357:20:Warning: reference to free variable ‘ebut:instance-sep’

In hbdata:to-hbdata-buffer:
hbdata.el:370:34:Warning: reference to free variable ‘hattr:filename’

In hbdata:to-entry-buf:
hbdata.el:403:25:Warning: reference to free variable ‘hmail:hbdata-sep’

In end of data:
hbdata.el:455:1:Warning: the following functions are not known to be defined:
    ebut:label-to-key, hattr:copy, hattr:get, hypb:user-name,
    htz:date-sortable-gmt, hmail:editor-p, hmail:lister-p,
    rmail:summ-msg-to, rmail:to, lmail:to, hnews:lister-p,
    rnews:summ-msg-to, rnews:to, lnews:to, hmail:hbdata-to-p

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hbmap.el at Wed Jun 29 09:40:29 2016

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hbut.el at Wed Jun 29 09:40:29 2016

In ebut:key-src:
hbut.el:213:39:Warning: reference to free variable ‘hbut:source-prefix’

In ebut:label-p:
hbut.el:278:39:Warning: reference to free variable ‘ebut:start’
hbut.el:279:35:Warning: reference to free variable ‘ebut:end’

In ebut:label-regexp:
hbut.el:326:56:Warning: reference to free variable ‘ebut:start’
hbut.el:340:54:Warning: reference to free variable ‘ebut:end’

In ebut:map:
hbut.el:391:37:Warning: reference to free variable ‘ebut:start’
hbut.el:392:33:Warning: reference to free variable ‘ebut:end’

In ebut:next-occurrence:
hbut.el:449:49:Warning: reference to free variable ‘ebut:start’

In ebut:operate:
hbut.el:510:46:Warning: reference to free variable ‘ebut:start’
hbut.el:520:8:Warning: reference to free variable ‘hattr:filename’

In ebut:search:
hbut.el:528:36:Warning: reference to free variable ‘hattr:filename’
hbut.el:577:25:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer
hbut.el:597:33:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer
hbut.el:594:31:Warning: reference to free variable ‘hbut:source-prefix’

In ebut:delimit:
hbut.el:609:33:Warning: reference to free variable ‘ebut:start’
hbut.el:618:26:Warning: reference to free variable ‘ebut:end’
hbut.el:623:34:Warning: reference to free variable ‘hproperty:but’

In ebut:match-regexp:
hbut.el:632:40:Warning: reference to free variable ‘ebut:end’
hbut.el:635:18:Warning: reference to free variable ‘ebut:start’

In hattr:report:
hbut.el:779:38:Warning: reference to free variable ‘htz:local’

In hattr:save:
hbut.el:790:37:Warning: reference to free variable ‘hattr:filename’
hbut.el:802:33:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In hbut:report:
hbut.el:971:16:Warning: reference to free variable ‘hbut:source-prefix’

In end of data:
hbut.el:1125:1:Warning: the following functions are not known to be defined:
    hargs:read-match, hbdata:write, hbdata:delete-entry,
    hbdata:get-entry, hbdata:actype, hbdata:referent, hbdata:args,
    hbdata:creator, hbdata:create-time, hbdata:modifier,
    hbdata:mod-time, hmail:mode-is-p, hypb:replace-match-string,
    hmail:editor-p, hypb:error, hypb:mark-marker, hbdata:search,
    hbdata:to-entry-buf, htz:date-unix, hypb:help-buf-name

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hgnus.el at Wed Jun 29 09:40:29 2016
hgnus.el:47:7:Warning: assignment to free variable ‘hnews:composer’
hgnus.el:48:7:Warning: assignment to free variable ‘hnews:lister’
hgnus.el:49:7:Warning: assignment to free variable ‘hnews:reader’

In lnews:to:
hgnus.el:64:23:Warning: reference to free variable ‘hnews:reader’

In rnews:to:
hgnus.el:68:23:Warning: reference to free variable ‘hnews:lister’

In end of data:
hgnus.el:134:1:Warning: the following functions are not known to be defined:
    hypb:function-symbol-replace, hypb:supercite-p,
    mail-yank-original, smail:comment-add

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hhist.el at Wed Jun 29 09:40:29 2016

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hib-debbugs.el at Wed Jun 29 09:40:29 2016
hib-debbugs.el:87:8:Warning: reference to free variable ‘debbugs-gnu-query’

In debbugs-gnu-query:list:
hib-debbugs.el:162:19:Warning: assignment to free variable
    ‘debbugs-gnu-current-query’
hib-debbugs.el:163:53:Warning: reference to free variable
    ‘debbugs-gnu-current-query’

In debbugs-query:status:
hib-debbugs.el:198:39:Warning: reference to free variable ‘debbugs-port’

In end of data:
hib-debbugs.el:212:1:Warning: the following functions are not known to be defined: defib,
    debbugs-get-status, debbugs-gnu-bugs, debbugs-gnu-select-report,
    hkey-help, debbugs-gnu-show-reports

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hib-doc-id.el at Wed Jun 29 09:40:30 2016

In actypes::link-to-doc:
hib-doc-id.el:95:27:Warning: reference to free variable ‘doc-id-start’
hib-doc-id.el:95:47:Warning: reference to free variable ‘doc-id-end’
hib-doc-id.el:100:22:Warning: reference to free variable ‘doc-id-indices’
hib-doc-id.el:98:33:Warning: reference to free variable
    ‘doc-id-index-entry-regexp’
hib-doc-id.el:99:37:Warning: reference to free variable ‘doc-id-match’
hib-doc-id.el:108:60:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer
hib-doc-id.el:108:35:Warning: reference to free variable
    ‘doc-id-online-regexp’

In ibtypes::doc-id:
hib-doc-id.el:128:43:Warning: reference to free variable ‘doc-id-start’
hib-doc-id.el:128:56:Warning: reference to free variable ‘doc-id-end’
hib-doc-id.el:130:19:Warning: reference to free variable ‘doc-id-p’

In doc-id:help:
hib-doc-id.el:150:28:Warning: reference to free variable
    ‘doc-id-index-entry-regexp’
hib-doc-id.el:155:35:Warning: reference to free variable ‘doc-id-match’
hib-doc-id.el:158:11:Warning: reference to free variable ‘doc-id-start’
hib-doc-id.el:158:31:Warning: reference to free variable ‘doc-id-end’
hib-doc-id.el:162:17:Warning: assignment to free variable ‘*hkey-wconfig*’
hib-doc-id.el:166:20:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hib-kbd.el at Wed Jun 29 09:40:30 2016

In end of data:
hib-kbd.el:176:1:Warning: the following functions are not known to be defined: hui:menu-doc,
    hui:menu-help

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hibtypes.el at Wed Jun 29 09:40:30 2016

In ibtypes::function-in-buffer:
hibtypes.el:132:61:Warning: reference to free variable ‘fume-funclist’
hibtypes.el:142:1:Error: Symbol’s value as variable is void: debbugs-gnu-query

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hinit.el at Wed Jun 29 09:40:30 2016

In end of data:
hinit.el:157:1:Warning: the following functions are not known to be defined:
    hkey-initialize, hkey-install-local-bindings-override,
    hyperbole-menubar-menu

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hlvar.el at Wed Jun 29 09:40:30 2016

In hack-local-variables:
hlvar.el:54:20:Warning: reference to free variable ‘inhibit-local-variables’

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hmail.el at Wed Jun 29 09:40:30 2016

In end of data:
hmail.el:270:1:Warning: the following functions are not known to be defined:
    rmail:msg-narrow, rmail:msg-widen

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hmh.el at Wed Jun 29 09:40:30 2016

In Mh-init:
hmh.el:67:35:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In Mh-to:
hmh.el:112:35:Warning: reference to free variable ‘Mh-show-buffer’

In end of data:
hmh.el:170:1:Warning: the following functions are not known to be defined:
    mh-next-undeleted-msg, mh-get-msg-num, mh-previous-undeleted-msg,
    Mh-get-buffer, mh-delete-msg, mh-goto-msg

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hmoccur.el at Wed Jun 29 09:40:30 2016

In moccur:
hmoccur.el:125:38:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hmous-info.el at Wed Jun 29 09:40:30 2016

In smart-info:
hmous-info.el:55:22:Warning: reference to free variable
    ‘action-key-release-args’

In smart-info-assist:
hmous-info.el:101:22:Warning: reference to free variable
    ‘assist-key-release-args’

In end of data:
hmous-info.el:231:1:Warning: the following functions are not known to be defined: last-line-p,
    smart-scroll-up, smart-scroll-down, first-line-p

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hmouse-drv.el at Wed Jun 29 09:40:30 2016

In action-mouse-key:
hmouse-drv.el:149:25:Warning: reference to free variable ‘hmouse-alist’
hmouse-drv.el:161:11:Warning: assignment to free variable ‘hkey-value’

In assist-mouse-key:
hmouse-drv.el:170:25:Warning: reference to free variable ‘hmouse-alist’
hmouse-drv.el:182:11:Warning: assignment to free variable ‘hkey-value’

In action-key-internal:
hmouse-drv.el:208:22:Warning: reference to free variable
    ‘action-key-default-function’

In assist-key-internal:
hmouse-drv.el:235:22:Warning: reference to free variable
    ‘assist-key-default-function’

In hkey-debug:
hmouse-drv.el:250:23:Warning: reference to free variable ‘pred-value’
hmouse-drv.el:257:12:Warning: reference to free variable ‘pred’
hmouse-drv.el:258:16:Warning: reference to free variable ‘assist-flag’
hmouse-drv.el:259:12:Warning: reference to free variable ‘hkey-action’

In hkey-execute:
hmouse-drv.el:266:21:Warning: reference to free variable ‘hkey-alist’

In hkey-help:
hmouse-drv.el:284:21:Warning: reference to free variable ‘hkey-alist’
hmouse-drv.el:294:25:Warning: reference to free variable
    ‘assist-key-default-function’
hmouse-drv.el:294:53:Warning: reference to free variable
    ‘action-key-default-function’
hmouse-drv.el:296:11:Warning: assignment to free variable ‘hkey-help-msg’

In hkey-help-hide:
hmouse-drv.el:356:9:Warning: reference to free variable ‘*hkey-wconfig*’
hmouse-drv.el:360:11:Warning: assignment to free variable ‘*hkey-wconfig*’

In hkey-help-show:
hmouse-drv.el:386:14:Warning: assignment to free variable ‘*hkey-wconfig*’

In hmouse-set-point:
hmouse-drv.el:554:25:Warning: reference to free variable ‘current-mouse-event’

In hmouse-set-point-at:
hmouse-drv.el:568:16:Warning: reference to free variable
    ‘hmouse-set-point-command’

In hmouse-function:
hmouse-drv.el:598:16:Warning: reference to free variable
    ‘hmouse-set-point-command’
hmouse-drv.el:617:13:Warning: assignment to free variable
    ‘action-mouse-key-prev-window’
hmouse-drv.el:618:9:Warning: assignment to free variable
    ‘action-mouse-key-prefix-arg’

In smart-scroll-down:
hmouse-drv.el:629:9:Warning: reference to free variable
    ‘smart-scroll-proportional’

In smart-scroll-up:
hmouse-drv.el:654:9:Warning: reference to free variable
    ‘smart-scroll-proportional’

In end of data:
hmouse-drv.el:686:1:Warning: the following functions are not known to be defined:
    br-to-view-window, copy-event, br-in-view-window-p,
    br-next-listing-window

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hmouse-key.el at Wed Jun 29 09:40:30 2016

In hmouse-set-bindings:
hmouse-key.el:78:18:Warning: reference to free variable ‘mouse-map’

In hmouse-install:
hmouse-key.el:95:11:Warning: reference to free variable ‘hmouse-middle-flag’
hmouse-key.el:105:25:Warning: assignment to free variable ‘hmouse-middle-flag’
hmouse-key.el:102:9:Warning: reference to free variable ‘hmouse-bindings-flag’
hmouse-key.el:101:28:Warning: reference to free variable
    ‘hmouse-previous-bindings’
hmouse-key.el:103:30:Warning: assignment to free variable
    ‘hmouse-bindings-flag’
hmouse-key.el:103:30:Warning: assignment to free variable
    ‘hmouse-previous-bindings’

In hmouse-toggle-bindings:
hmouse-key.el:117:31:Warning: reference to free variable
    ‘hmouse-bindings-flag’
hmouse-key.el:118:19:Warning: reference to free variable
    ‘hmouse-previous-bindings’
hmouse-key.el:119:17:Warning: reference to free variable ‘hmouse-bindings’
hmouse-key.el:128:48:Warning: assignment to free variable
    ‘hmouse-bindings-flag’

In end of data:
hmouse-key.el:146:1:Warning: the function ‘global-set-mouse’ is not known to
    be defined.

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hmouse-mod.el at Wed Jun 29 09:40:30 2016
hmouse-mod.el:65:1:Error: Symbol’s value as variable is void: debbugs-gnu-query

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hmouse-sh.el at Wed Jun 29 09:40:31 2016

In hmouse-move-point-xemacs:
hmouse-sh.el:237:24:Warning: reference to free variable ‘current-mouse-event’

In hmouse-shifted-setup:
hmouse-sh.el:374:19:Warning: reference to free variable ‘mouse-map’
hmouse-sh.el:373:29:Warning: reference to free variable ‘x-button-s-middle’
hmouse-sh.el:374:29:Warning: reference to free variable ‘x-button-s-middle-up’
hmouse-sh.el:375:29:Warning: reference to free variable ‘x-button-s-right’
hmouse-sh.el:376:29:Warning: reference to free variable ‘x-button-s-right-up’

In hmouse-unshifted-setup:
hmouse-sh.el:480:17:Warning: reference to free variable ‘mouse-map’
hmouse-sh.el:480:27:Warning: reference to free variable ‘x-button-middle’
hmouse-sh.el:481:27:Warning: reference to free variable ‘x-button-middle-up’

In end of data:
hmouse-sh.el:490:1:Warning: the function ‘global-set-mouse’ is not known to be
    defined.

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hmouse-tag.el at Wed Jun 29 09:40:31 2016

In smart-c-at-tag-p:
hmouse-tag.el:234:53:Warning: reference to free variable ‘smart-c++-keywords’

In smart-java-cross-reference:
hmouse-tag.el:1055:22:Warning: reference to free variable ‘br-env-spec’
hmouse-tag.el:1066:24:Warning: reference to free variable ‘br-lang-prefix’
hmouse-tag.el:1073:44:Warning: reference to free variable
    ‘java-class-def-regexp’
hmouse-tag.el:1076:44:Warning: reference to free variable
    ‘java-class-def-name-grpn’

In smart-library-symbol:
hmouse-tag.el:1179:19:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In smart-tags-display:
hmouse-tag.el:1222:13:Warning: ‘find-tag’ is an obsolete function (as of
    25.1); use ‘xref-find-definitions’ instead.
hmouse-tag.el:1232:17:Warning: ‘find-tag’ is an obsolete function (as of
    25.1); use ‘xref-find-definitions’ instead.

In end of data:
hmouse-tag.el:1305:1:Warning: the following functions are not known to be defined:
    java-to-definition, objc-to-definition, python-import-file,
    python-to-definition, br-edit, br-edit-feature, xref-item-buffer,
    xref-item-position

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hpath.el at Wed Jun 29 09:40:31 2016

In hpath:substitute-value:
hpath.el:828:39:Warning: reference to free variable ‘match’
hpath.el:828:45:Warning: reference to free variable ‘start’

In end of data:
hpath.el:1283:1:Warning: the following functions are not known to be defined:
    br-to-view-window, br-quit, hyperb:substitute-in-file-name

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hrmail.el at Wed Jun 29 09:40:31 2016

In Rmail-init:
hrmail.el:66:35:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In Rmail-msg-hdrs-full:
hrmail.el:79:43:Warning: reference to free variable ‘rmail-current-message’

In Rmail-msg-narrow:
hrmail.el:95:28:Warning: reference to free variable ‘rmail-current-message’

In Rmail-to:
hrmail.el:152:56:Warning: reference to free variable ‘rmail-buffer’

In Rmail-Summ-to:
hrmail.el:162:48:Warning: reference to free variable ‘rmail-summary-buffer’
hrmail.el:243:29:Warning: reference to free variable ‘rmail-message-vector’
hrmail.el:203:40:Warning: reference to free variable ‘rmail-current-message’
hrmail.el:192:14:Warning: reference to free variable ‘rmail-old-text’
hrmail.el:303:37:Warning: reference to free variable ‘rmail-mail-new-frame’
hrmail.el:313:35:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In end of data:
hrmail.el:360:1:Warning: the following functions are not known to be defined:
    rmail-maybe-set-message-counters, rmail-msgbeg,
    rmail-toggle-header, rmail-msgend, rmail-next-undeleted-message,
    rmail-previous-undeleted-message, rmail-mode-1,
    rmail-set-attribute, rmail-widen-to-current-msgbeg,
    rmail-summary-update-line

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hsite-ex.el at Wed Jun 29 09:40:31 2016

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hsmail.el at Wed Jun 29 09:40:31 2016

In mail-yank-original:
hsmail.el:137:7:Warning: reference to free variable ‘mail-reply-buffer’
hsmail.el:139:24:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer
hsmail.el:150:12:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hsys-w3.el at Wed Jun 29 09:40:31 2016

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/htz.el at Wed Jun 29 09:40:31 2016

In end of data:
htz.el:416:1:Warning: the function ‘calendar-absolute-from-julian’ is not
    known to be defined.

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hui-em-but.el at Wed Jun 29 09:40:31 2016

In hproperty:background:
hui-em-but.el:38:8:Warning: defface for ‘default’ fails to specify containing
    group

In hproperty:foreground:
hui-em-but.el:45:8:Warning: defface for ‘default’ fails to specify containing
    group

In hproperty:set-item-highlight:
hui-em-but.el:353:11:Warning: defface for ‘hproperty:highlight-face’ fails to
    specify containing group
hui-em-but.el:406:1:Warning: defface for ‘hbut’ fails to specify containing
    group
hui-em-but.el:419:1:Warning: defface for ‘hbut-flash’ fails to specify
    containing group

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hui-jmenu.el at Wed Jun 29 09:40:31 2016

In hui-menu-sort-buffers:
hui-jmenu.el:206:19:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hui-menu.el at Wed Jun 29 09:40:31 2016

In end of data:
hui-menu.el:462:1:Warning: the following functions are not known to be defined:
    set-menubar-dirty-flag, find-menu-item

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hui-mini.el at Wed Jun 29 09:40:31 2016

In end of data:
hui-mini.el:642:1:Warning: the following functions are not known to be defined:
    kbd-key:hyperbole-mini-menu-key-p, event-to-character

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hui-mouse.el at Wed Jun 29 09:40:31 2016

In smart-ibuffer-menu:
hui-mouse.el:447:7:Warning: ibuffer-mark-forward called with 1 argument, but
    requires 3

In smart-ibuffer-menu-assist:
hui-mouse.el:472:7:Warning: ibuffer-unmark-forward called with 1 argument, but
    requires 3
hui-mouse.el:473:9:Warning: ibuffer-mark-for-delete called with 1 argument,
    but requires 3

In end of data:
hui-mouse.el:1135:1:Warning: the following functions are not known to be defined:
    symlink-referent, br-buffer-menu-select,
    scroll-calendar-left-three-months,
    scroll-calendar-right-three-months, view-diary-entries,
    mark-diary-entries, dired-flag-file-deleted,
    gnus-topic-read-group, rmail:msg-next, lmail:expunge, lmail:goto,
    rmail:msg-prev, lmail:undelete-all, lmail:delete,
    unix-apropos-get-man

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hui-select.el at Wed Jun 29 09:40:32 2016

In hui-select-initialize:
hui-select.el:285:45:Warning: reference to free variable
    ‘html-mode-syntax-table’
hui-select.el:297:27:Warning: reference to free variable ‘html-mode-map’
hui-select.el:300:45:Warning: reference to free variable
    ‘web-mode-syntax-table’
hui-select.el:309:27:Warning: reference to free variable ‘web-mode-map’

In hui-select-thing:
hui-select.el:334:12:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In hui-select-thing-with-mouse:
hui-select.el:356:15:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In hui-select-goto-matching-tag:
hui-select.el:463:11:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In hui-select-boundaries:
hui-select.el:496:9:Warning: assignment to free variable ‘zmacs-region-stays’

In end of data:
hui-select.el:1407:1:Warning: the following functions are not known to be defined:
    kview:valid-position-p, kotl-mode:to-valid-position

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hui-window.el at Wed Jun 29 09:40:32 2016

In hmouse-prior-active-region:
hui-window.el:183:18:Warning: reference to free variable ‘assist-flag’

In hmouse-drag-thing:
hui-window.el:204:25:Warning: reference to free variable ‘assist-flag’

In hmouse-kill-and-yank-region:
hui-window.el:275:24:Warning: reference to free variable ‘assist-flag’

In hmouse-yank-region:
hui-window.el:294:24:Warning: reference to free variable ‘assist-flag’

In hmouse-drag-between-windows:
hui-window.el:300:7:Warning: reference to free variable ‘assist-flag’

In hmouse-drag-diagonally:
hui-window.el:314:9:Warning: reference to free variable ‘assist-flag’

In hmouse-drag-horizontally:
hui-window.el:344:9:Warning: reference to free variable ‘assist-flag’

In hmouse-drag-vertically:
hui-window.el:371:9:Warning: reference to free variable ‘assist-flag’

In hmouse-drag-window-side:
hui-window.el:401:31:Warning: reference to free variable ‘assist-flag’

In hmouse-read-only-toggle-key:
hui-window.el:419:17:Warning: ‘vc-toggle-read-only’ is an obsolete function
    (as of 24.1); use ‘read-only-mode’ instead (or ‘toggle-read-only’ in older
    versions of Emacs).
hui-window.el:419:54:Warning: ‘toggle-read-only’ is an obsolete function (as
    of 24.3); use ‘read-only-mode’ instead.

In hmouse-goto-depress-prev-point:
hui-window.el:524:33:Warning: reference to free variable ‘assist-flag’

In hmouse-goto-depress-point:
hui-window.el:530:33:Warning: reference to free variable ‘assist-flag’

In hmouse-goto-region-point:
hui-window.el:536:33:Warning: reference to free variable ‘assist-flag’

In hmouse-goto-release-point:
hui-window.el:542:33:Warning: reference to free variable ‘assist-flag’

In hmouse-modeline-depress:
hui-window.el:629:19:Warning: reference to free variable ‘assist-flag’

In end of data:
hui-window.el:869:1:Warning: the following functions are not known to be defined: event-window,
    event-point

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hui-xe-but.el at Wed Jun 29 09:40:32 2016

In hproperty:set-item-highlight:
hui-xe-but.el:322:12:Warning: defface for ‘hproperty:highlight-face’ fails to
    specify containing group
hui-xe-but.el:326:34:Warning: ‘set-face-underline-p’ is an obsolete function
    (as of 24.3); use ‘set-face-underline’ instead.
hui-xe-but.el:406:4:Warning: defface for ‘hproperty:but-face’ fails to specify
    containing group
hui-xe-but.el:423:4:Warning: defface for ‘hproperty:flash-face’ fails to
    specify containing group
hui-xe-but.el:436:8:Warning: defface for ‘hproperty:item-face’ fails to
    specify containing group
hui-xe-but.el:444:6:Warning: defface for ‘hproperty:highlight-face’ fails to
    specify containing group

In end of data:
hui-xe-but.el:451:1:Warning: the following functions are not known to be defined: get-face,
    make-extent, set-extent-face, set-extent-property, map-extents,
    extent-face, delete-extent, extent-at, extentp, find-face,
    selected-device, id-set-face, set-extent-endpoints

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hui.el at Wed Jun 29 09:40:32 2016

In hui:ebut-create:
hui.el:81:39:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In hui:ebut-delete:
hui.el:113:58:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In hui:ebut-modify:
hui.el:162:73:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In hui:ebut-rename:
hui.el:231:11:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In hui:ebut-search:
hui.el:272:8:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.
hui.el:277:5:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In hui:gbut-modify:
hui.el:327:62:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In hui:hbut-act:
hui.el:362:7:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In hui:ebut-unmark:
hui.el:696:52:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In hui:help-ebut-highlight:
hui.el:745:17:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In hui:key-src:
hui.el:825:21:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In end of data:
hui.el:948:1:Warning: the function ‘kcell-view:idstamp’ is not known to be
    defined.

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hvar.el at Wed Jun 29 09:40:32 2016

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hversion.el at Wed Jun 29 09:40:32 2016

In end of data:
hversion.el:227:1:Warning: the function ‘br-to-view-window’ is not known to be
    defined.

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hvm.el at Wed Jun 29 09:40:32 2016
hvm.el:100:35:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.
hvm.el:110:37:Warning: reference to free variable ‘vm-message-pointer’
hvm.el:133:32:Warning: reference to free variable ‘Vm-msg-start-regexp’
hvm.el:164:53:Warning: reference to free variable ‘vm-mail-buffer’
hvm.el:176:45:Warning: reference to free variable ‘vm-summary-buffer’
hvm.el:204:10:Warning: reference to free variable ‘vm-honor-page-delimiters’
hvm.el:389:12:Warning: assignment to free variable ‘vm-system-state’
hvm.el:260:14:Warning: reference to free variable ‘vm-auto-next-message’
hvm.el:304:38:Warning: reference to free variable
    ‘vm-content-length-search-regexp’
hvm.el:307:35:Warning: reference to free variable ‘vm-content-length-header’
hvm.el:536:31:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer
hvm.el:411:29:Warning: reference to free variable ‘vm-message-list’
hvm.el:351:27:Warning: reference to free variable ‘vm-presentation-buffer’
hvm.el:502:34:Warning: reference to free variable
    ‘vm-assimilate-new-messages-sorted’
hvm.el:503:35:Warning: assignment to free variable ‘vm-ml-sort-keys’
hvm.el:435:27:Warning: reference to free variable ‘vm-thread-obarray’
hvm.el:436:14:Warning: reference to free variable ‘vm-summary-show-threads’
hvm.el:472:14:Warning: reference to free variable ‘new-message’
hvm.el:473:14:Warning: reference to free variable ‘vm-arrived-message-hook’
hvm.el:473:38:Warning: reference to free variable ‘vm-arrived-messages-hook’
hvm.el:490:27:Warning: reference to free variable ‘vm-virtual-buffers’
hvm.el:511:49:Warning: assignment to free variable ‘vm-message-pointer’
hvm.el:512:22:Warning: assignment to free variable
    ‘vm-need-summary-pointer-update’
hvm.el:521:27:Warning: reference to free variable ‘vm-ml-sort-keys’
hvm.el:528:7:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer
hvm.el:533:8:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In end of data:
hvm.el:548:1:Warning: the following functions are not known to be defined:
    vm-session-initialization, vm-start-of, vm-expose-hidden-headers,
    Vm-msg-end, vm-next-message, vm-previous-message,
    vm-visit-folder, vm-goto-message-at-point, vm-delete-message,
    vm-narrow-to-page, vm-get-buffer-window, vm-new-flag,
    vm-set-new-flag, vm-unread-flag, vm-set-unread-flag,
    vm-update-summary-and-mode-line, vm-howl-if-eom, vm-text-of,
    vm-text-end-of, vm-widen-page, vm-vheaders-of, vm-buffer-of,
    vm-munge-message-separators, vm-message-type-of, vm-match-header,
    vm-matched-header-start, vm-matched-header-end,
    vm-real-message-of, vm-save-restriction, vm-headers-of,
    vm-discard-cached-data, vm-set-edited-flag-of,
    vm-set-edit-buffer-of, vm-preview-current-message,
    vm-save-buffer-excursion, vm-get-visible-buffer-window,
    vm-display, vm-show-current-message, vm-last,
    vm-build-message-list, vm-set-default-attributes,
    vm-read-attributes, vm-gobble-message-order, vm-build-threads,
    vm-set-numbering-redo-start-point,
    vm-set-summary-redo-start-point, vm-modify-folder-totals,
    vm-set-labels-of, vm-sort-messages, vm-run-message-hook,
    vm-build-virtual-message-list

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hycontrol.el at Wed Jun 29 09:40:32 2016

In hycontrol-frame-to-screen-edges:
hycontrol.el:323:13:Warning: assignment to free variable
    ‘*hycontrol-screen-edge-position*’
hycontrol.el:325:11:Warning: reference to free variable
    ‘*hycontrol-screen-edge-position*’

In hycontrol-restore-frame-configuration:
hycontrol.el:710:33:Warning: reference to free variable ‘*hycontrol-fconfig*’

In hycontrol-save-frame-configuration:
hycontrol.el:715:9:Warning: assignment to free variable ‘*hycontrol-fconfig*’

In hycontrol-restore-window-configuration:
hycontrol.el:721:34:Warning: reference to free variable ‘*hycontrol-wconfig*’

In hycontrol-save-window-configuration:
hycontrol.el:726:9:Warning: assignment to free variable ‘*hycontrol-wconfig*’

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hypb.el at Wed Jun 29 09:40:32 2016

In hypb:call-process-p:
hypb.el:53:19:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In hypb:configuration:
hypb.el:128:48:Warning: reference to free variable ‘vm-version’
hypb.el:131:43:Warning: reference to free variable ‘mh-e-RCS-id’
hypb.el:137:53:Warning: reference to free variable ‘pm-version’

In hypb:return-process-output:
hypb.el:503:19:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In end of data:
hypb.el:748:1:Warning: the following functions are not known to be defined:
    compiled-function-arglist, compiled-function-instructions,
    compiled-function-constants, compiled-function-stack-depth,
    compiled-function-doc-string, compiled-function-interactive,
    kview:char-invisible-p, next-extent, extent-property, make-glyph,
    startup-center-spaces, make-extent, set-extent-end-glyph,
    set-extent-property

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/hyperbole.el at Wed Jun 29 09:40:32 2016
hyperbole.el:566:1:Error: Symbol’s value as variable is void: debbugs-gnu-query

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/set.el at Wed Jun 29 09:40:33 2016

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/wconfig.el at Wed Jun 29 09:40:33 2016

In wconfig-add-by-name:
wconfig.el:87:10:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.
wconfig.el:93:50:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In wconfig-ring-save:
wconfig.el:150:36:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/wrolo-logic.el at Wed Jun 29 09:40:33 2016

In rolo-fgrep-logical:
wrolo-logic.el:104:17:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In rolo-map-logic:
wrolo-logic.el:174:13:Warning: assignment to free variable ‘next-entry-exists’

In rolo-not:
wrolo-logic.el:228:25:Warning: reference to free variable ‘start’
wrolo-logic.el:229:39:Warning: reference to free variable ‘end’

In rolo-or:
wrolo-logic.el:242:27:Warning: reference to free variable ‘start’
wrolo-logic.el:243:41:Warning: reference to free variable ‘end’

In rolo-xor:
wrolo-logic.el:255:34:Warning: reference to free variable ‘start’
wrolo-logic.el:256:38:Warning: reference to free variable ‘end’

In rolo-and:
wrolo-logic.el:272:31:Warning: reference to free variable ‘start’
wrolo-logic.el:273:35:Warning: reference to free variable ‘end’

In rolo-r-not:
wrolo-logic.el:286:25:Warning: reference to free variable ‘start’
wrolo-logic.el:287:42:Warning: reference to free variable ‘end’

In rolo-r-or:
wrolo-logic.el:300:27:Warning: reference to free variable ‘start’
wrolo-logic.el:301:44:Warning: reference to free variable ‘end’

In rolo-r-xor:
wrolo-logic.el:313:34:Warning: reference to free variable ‘start’
wrolo-logic.el:314:41:Warning: reference to free variable ‘end’

In rolo-r-and:
wrolo-logic.el:330:31:Warning: reference to free variable ‘start’
wrolo-logic.el:331:38:Warning: reference to free variable ‘end’

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/wrolo-menu.el at Wed Jun 29 09:40:33 2016

In wrolo-menubar-menu:
wrolo-menu.el:125:12:Warning: assignment to free variable ‘mode-popup-menu’
wrolo-menu.el:135:60:Warning: reference to free variable ‘current-menubar’

In end of data:
wrolo-menu.el:156:1:Warning: the following functions are not known to be defined: find-menu-item,
    set-buffer-menubar, id-menubar-set

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/wrolo.el at Wed Jun 29 09:40:33 2016
wrolo.el:66:26:Warning: defface for ‘rolo-highlight-face’ fails to specify
    containing group
wrolo.el:71:15:Warning: defface for ‘rolo-highlight-face’ fails to specify
    containing group

In rolo-add:
wrolo.el:132:47:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.
wrolo.el:128:43:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.
wrolo.el:213:19:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In rolo-edit:
wrolo.el:269:38:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In rolo-fgrep:
wrolo.el:329:17:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In rolo-grep:
wrolo.el:381:8:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In rolo-kill:
wrolo.el:428:48:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.
wrolo.el:462:40:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In rolo-mail-to:
wrolo.el:483:33:Warning: reference to free variable ‘mail-address-regexp’

In rolo-overview:
wrolo.el:511:17:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In rolo-rename:
wrolo.el:566:31:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In rolo-word:
wrolo.el:711:17:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In rolo-to-entry-end:
wrolo.el:1211:7:Warning: assignment to free variable ‘next-entry-exists’
wrolo.el:1210:18:Warning: reference to free variable ‘next-entry-exists’
Leaving directory ‘c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/’

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/kotl/kcell.el at Wed Jun 29 09:40:33 2016
Entering directory ‘c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/kotl/’

In kcell-data:create:
kcell.el:171:55:Warning: reference to free variable ‘kview’

In kcell-data:to-kcell-v2:
kcell.el:190:64:Warning: reference to free variable ‘kview’

In kcell-data:to-kcell-v3:
kcell.el:203:64:Warning: reference to free variable ‘kview’

In end of data:
kcell.el:209:1:Warning: the following functions are not known to be defined: knode:copy,
    klabel:idstamp-p, knode:create, knode:get-attr, knode:set-attr,
    knode:remove-attr, kview:id-increment

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/kotl/kexport.el at Wed Jun 29 09:40:33 2016
kexport.el:25:1:Error: Symbol’s value as variable is void: debbugs-gnu-query

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/kotl/kfile.el at Wed Jun 29 09:40:33 2016

In kfile:find:
kfile.el:56:25:Warning: reference to free variable ‘kview’

In kfile:read-v4-or-v3:
kfile.el:226:13:Warning: assignment to free variable ‘kvspec:current’

In kfile:update:
kfile.el:253:31:Warning: reference to free variable ‘kview’
kfile.el:311:14:Warning: reference to free variable ‘kvspec:current’

In kfile:write:
kfile.el:338:35:Warning: reference to free variable ‘kview’

In kfile:narrow-to-kcells:
kfile.el:425:19:Warning: reference to free variable ‘kview’

In kfile:print-to-string:
kfile.el:443:31:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer
kfile.el:455:38:Warning: reference to free variable ‘kfile:escape-newlines’

In end of data:
kfile.el:533:1:Warning: the following functions are not known to be defined: kview:is-p,
    kimport:copy-and-set-buffer, kview:create, kview:add-cell,
    kcell-view:start, kvspec:initialize, kview:top-cell,
    kcell:get-attr, kview:label-type, kview:label-min-width,
    kview:label-separator, kview:level-indent, kview:map-tree,
    kcell-view:cell, kcell-data:create, kcell:set-attr,
    kview:set-buffer, kcell-data:to-kcell-v2, kproperty:set,
    kcell-data:to-kcell-v3

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/kotl/kfill.el at Wed Jun 29 09:40:33 2016
kfill.el:25:7:Warning: reference to free variable ‘filladapt-function-table’

In fill-paragraph:
kfill.el:122:23:Warning: function fill-paragraph used to take 0-2 arguments,
    now takes 1-2

In end of data:
kfill.el:370:1:Warning: the function ‘kcell-view:indent’ is not known to be
    defined.

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/kotl/kimport.el at Wed Jun 29 09:40:33 2016

In kimport:aug-post-statements:
kimport.el:425:9:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In kimport:initialize:
kimport.el:526:11:Warning: assignment to free variable ‘kview’

In kimport:kcells:
kimport.el:549:19:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In kimport:star-entries:
kimport.el:604:41:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer
kimport.el:681:1:Error: Symbol’s value as variable is void: debbugs-gnu-query

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/kotl/klabel.el at Wed Jun 29 09:40:33 2016

In klabel:child:
klabel.el:35:28:Warning: reference to free variable ‘kview’

In klabel:increment:
klabel.el:46:28:Warning: reference to free variable ‘kview’

In klabel:format:
klabel.el:50:41:Warning: reference to free variable ‘kview’
klabel.el:50:60:Warning: reference to free variable ‘kview:default-label-type’

In klabel:level:
klabel.el:60:39:Warning: reference to free variable ‘kview’

In klabel:parent:
klabel.el:74:28:Warning: reference to free variable ‘kview’

In klabel-type:child:
klabel.el:89:58:Warning: reference to free variable ‘kview’

In klabel-type:increment:
klabel.el:104:60:Warning: reference to free variable ‘kview’

In klabel-type:function:
klabel.el:265:53:Warning: reference to free variable ‘kview’

In klabel-type:update-labels:
klabel.el:483:39:Warning: reference to free variable ‘kview’

In klabel-type:update-tree-labels:
klabel.el:496:39:Warning: reference to free variable ‘kview’

In klabel:set:
klabel.el:623:46:Warning: reference to free variable ‘kview’

In klabel-type:update-labels-from-point:
klabel.el:641:54:Warning: reference to free variable ‘kview’

In end of data:
klabel.el:650:1:Warning: the following functions are not known to be defined: kview:get-attr,
    kview:label-type, kcell-view:level, kview:id-counter,
    kview:id-increment, kcell-view:parent, kcell-view:label,
    kcell-view:idstamp, kcell-view:start, kcell-view:child,
    kcell-view:next, kcell-view:indent, kotl-mode:first-cell-p,
    kview:label-separator-length, kview:level-indent,
    kcell-view:to-label-end

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/kotl/klink.el at Wed Jun 29 09:40:33 2016

In klink:at-p:
klink.el:137:29:Warning: reference to free variable ‘smart-c-include-regexp’

In actypes::link-to-kotl:
klink.el:193:19:Warning: reference to free variable ‘klink:cell-ref-regexp’

In klink:parse:
klink.el:250:7:Warning: reference to free variable ‘klink:cell-ref-regexp’

In klink:replace-label:
klink.el:262:50:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In end of data:
klink.el:300:1:Warning: the following functions are not known to be defined:
    kcell:ref-to-id, kcell-view:label

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/kotl/kmenu.el at Wed Jun 29 09:40:33 2016

In kotl-menubar-menu:
kmenu.el:201:12:Warning: assignment to free variable ‘mode-popup-menu’
kmenu.el:203:18:Warning: reference to free variable ‘kotl-mode-map’
kmenu.el:211:60:Warning: reference to free variable ‘current-menubar’

In end of data:
kmenu.el:232:1:Warning: the following functions are not known to be defined: find-menu-item,
    set-buffer-menubar, id-menubar-set

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/kotl/knode.el at Wed Jun 29 09:40:33 2016

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/kotl/kotl-mode.el at Wed Jun 29 09:40:33 2016

In kotl-mode:
kotl-mode.el:67:18:Warning: reference to free variable ‘kotl-mode-map’
kotl-mode.el:71:34:Warning: reference to free variable ‘filladapt-mode’
kotl-mode.el:149:9:Warning: assignment to free variable ‘kotl-previous-mode’
kotl-mode.el:130:19:Warning: reference to free variable ‘kview’

In kotl-mode:delete-backward-char:
kotl-mode.el:287:4:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In kotl-mode:delete-char:
kotl-mode.el:323:4:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In kotl-mode:fill-cell:
kotl-mode.el:419:32:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.
kotl-mode.el:437:59:Warning: reference to free variable ‘kview’

In kotl-mode:fill-tree:
kotl-mode.el:513:66:Warning: reference to free variable ‘kview’

In kotl-mode:set-fill-prefix:
kotl-mode.el:725:4:Warning: set-fill-prefix called with 1 argument, but
    accepts only 0

In kotl-mode:toggle-indent-tabs-mode:
kotl-mode.el:745:41:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In kotl-mode:toggle-tab-flag:
kotl-mode.el:754:33:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In kotl-mode:copy-after:
kotl-mode.el:925:4:Warning: reference to free variable ‘kview’

In kotl-mode:copy-before:
kotl-mode.el:951:4:Warning: reference to free variable ‘kview’

In kotl-mode:move-after:
kotl-mode.el:1004:55:Warning: reference to free variable ‘kview’

In kotl-mode:move-before:
kotl-mode.el:1099:55:Warning: reference to free variable ‘kview’

In kotl-mode:backward-cell:
kotl-mode.el:1286:52:Warning: reference to free variable ‘kview’
kotl-mode.el:1290:7:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In kotl-mode:backward-paragraph:
kotl-mode.el:1325:5:Warning: assignment to free variable ‘zmacs-region-stays’

In kotl-mode:backward-sentence:
kotl-mode.el:1334:55:Warning: reference to free variable ‘kview’

In kotl-mode:beginning-of-tree:
kotl-mode.el:1421:54:Warning: reference to free variable ‘kview’

In kotl-mode:end-of-tree:
kotl-mode.el:1497:54:Warning: reference to free variable ‘kview’

In kotl-mode:first-sibling:
kotl-mode.el:1519:54:Warning: reference to free variable ‘kview’

In kotl-mode:forward-cell:
kotl-mode.el:1533:52:Warning: reference to free variable ‘kview’
kotl-mode.el:1537:7:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In kotl-mode:forward-paragraph:
kotl-mode.el:1570:5:Warning: assignment to free variable ‘zmacs-region-stays’

In kotl-mode:forward-sentence:
kotl-mode.el:1589:55:Warning: reference to free variable ‘kview’

In kotl-mode:goto-cell:
kotl-mode.el:1677:52:Warning: reference to free variable ‘kview’
kotl-mode.el:1683:32:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In kotl-mode:head-cell:
kotl-mode.el:1695:50:Warning: reference to free variable ‘kview’

In kotl-mode:last-sibling:
kotl-mode.el:1706:54:Warning: reference to free variable ‘kview’

In kotl-mode:next-cell:
kotl-mode.el:1737:52:Warning: reference to free variable ‘kview’

In kotl-mode:next-line:
kotl-mode.el:1754:25:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In kotl-mode:next-tree:
kotl-mode.el:1773:50:Warning: reference to free variable ‘kview’

In kotl-mode:previous-line:
kotl-mode.el:1789:14:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In kotl-mode:previous-cell:
kotl-mode.el:1811:52:Warning: reference to free variable ‘kview’

In kotl-mode:tail-cell:
kotl-mode.el:1843:50:Warning: reference to free variable ‘kview’

In kotl-mode:up-level:
kotl-mode.el:1857:52:Warning: reference to free variable ‘kview’

In kotl-mode:add-cell:
kotl-mode.el:2045:50:Warning: reference to free variable ‘kview’

In kotl-mode:demote-tree:
kotl-mode.el:2120:57:Warning: reference to free variable ‘kview’

In kotl-mode:exchange-cells:
kotl-mode.el:2223:33:Warning: reference to free variable ‘kview’

In kotl-mode:kill-tree:
kotl-mode.el:2248:50:Warning: reference to free variable ‘kview’

In kotl-mode:promote-tree:
kotl-mode.el:2303:53:Warning: reference to free variable ‘kview’

In kotl-mode:remove-cell-attribute:
kotl-mode.el:2352:17:Warning: reference to free variable
    ‘kcell:read-only-attributes’
kotl-mode.el:2367:26:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In kotl-mode:set-cell-attribute:
kotl-mode.el:2390:17:Warning: reference to free variable
    ‘kcell:read-only-attributes’
kotl-mode.el:2412:26:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In kotl-mode:transpose-cells:
kotl-mode.el:2445:54:Warning: reference to free variable ‘kview’

In kotl-mode:collapse-tree:
kotl-mode.el:2500:40:Warning: reference to free variable ‘label-sep-len’
kotl-mode.el:2501:13:Warning: reference to free variable ‘kview’

In kotl-mode:expand-tree:
kotl-mode.el:2513:45:Warning: reference to free variable ‘label-sep-len’
kotl-mode.el:2515:6:Warning: reference to free variable ‘kview’

In kotl-mode:show-all:
kotl-mode.el:2543:30:Warning: reference to free variable ‘kview’

In kotl-mode:cell-attributes:
kotl-mode.el:2637:37:Warning: reference to free variable ‘kview’

In kotl-mode:cell-help:
kotl-mode.el:2674:54:Warning: reference to free variable ‘kview’

In kotl-mode:get-cell-attribute:
kotl-mode.el:2697:20:Warning: ‘interactive-p’ is an obsolete function (as of
    23.2); use ‘called-interactively-p’ instead.

In kotl-mode:is-p:
kotl-mode.el:2756:19:Warning: reference to free variable ‘kview’

In kotl-mode:tree-end:
kotl-mode.el:2815:55:Warning: reference to free variable ‘kview’

In kotl-mode:to-valid-position:
kotl-mode.el:2940:56:Warning: reference to free variable ‘kview’

In kotl-mode:update-buffer:
kotl-mode.el:2979:19:Warning: reference to free variable ‘kview’

In kotl-mode:maintain-region-highlight:
kotl-mode.el:2989:9:Warning: assignment to free variable ‘zmacs-region-stays’

In delete-selection-pre-hook:
kotl-mode.el:3191:8:Warning: function delete-selection-pre-hook used to take
    0+ arguments, now takes 0

In end of data:
kotl-mode.el:3205:1:Warning: the following functions are not known to be defined: kview:is-p,
    kfile:narrow-to-kcells, kfile:read, kvspec:activate,
    kfile:create, kcell-view:start, kcell-view:end-contents,
    delete-forward-p, kcell-view:indent, kcell-view:operate,
    kcell-view:end, kfill:forward-line, kcell-view:get-attr,
    kcell-view:contents, kcell-view:collapsed-p,
    kview:get-cells-status, kview:set-cells-status,
    kview:map-expanded-tree, kcell-view:cell, kcell-view:label,
    kview:insert-contents, kview:map-tree, kcell-view:set-cell,
    kcell:create, kview:id-increment, kview:label-separator-length,
    kcell-view:idstamp, kproperty:set, klabel:child,
    kview:level-indent, klabel:increment, kview:move,
    klabel-type:update-labels, kproperty:get, kcell-view:parent,
    kcell-view:backward, kcell-view:previous, kcell-view:level,
    kcell-view:child, kcell-view:forward, kcell-view:next,
    kcell:ref-to-id, kview:goto-cell-id, kview:label-separator,
    kcell-view:plist-point, kview:char-invisible-p,
    kview:valid-position-p, klabel:parent, kview:add-cell,
    kview:label-type, klabel:set, kcell-view:sibling-p,
    kview:delete-region, kcell-view:plist, kcell-view:remove-attr,
    kcell-view:set-attr, kcell-view:collapse,
    kvspec:toggle-blank-lines, kview:set-attr, kvspec:update,
    kvspec:levels-to-show, kvspec:show-lines-per-cell,
    kvspec:lines-to-show, kcell:plist, kview:top-cell,
    kview:first-invisible-point, kview:end-of-actual-line,
    kcell-view:invisible-p, kview:previous-visible-point,
    kview:first-visible-point, kfile:update

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/kotl/kprop-em.el at Wed Jun 29 09:40:34 2016

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/kotl/kprop-xe.el at Wed Jun 29 09:40:34 2016

In end of data:
kprop-xe.el:136:1:Warning: the following functions are not known to be defined: map-extents,
    extent-start-position, extent-end-position, make-extent,
    set-extent-property, extent-live-p, delete-extent, extent-at,
    set-extent-endpoints

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/kotl/kproperty.el at Wed Jun 29 09:40:34 2016
kproperty.el:27:1:Error: Symbol’s value as variable is void: debbugs-gnu-query

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/kotl/kview.el at Wed Jun 29 09:40:34 2016

In kcell-view:backward:
kview.el:73:45:Warning: reference to free variable ‘kview’

In kcell-view:child:
kview.el:109:47:Warning: reference to free variable ‘kview’

In kcell-view:forward:
kview.el:260:45:Warning: reference to free variable ‘kview’

In kcell-view:indent:
kview.el:300:54:Warning: reference to free variable ‘kview’

In kcell-view:label:
kview.el:307:41:Warning: reference to free variable ‘kview’

In kcell-view:level:
kview.el:320:71:Warning: reference to free variable ‘kview’

In kcell-view:lines-visible:
kview.el:337:71:Warning: reference to free variable ‘kview’

In kcell-view:parent:
kview.el:363:71:Warning: reference to free variable ‘kview’

In kcell-view:to-label-end:
kview.el:400:16:Warning: reference to free variable ‘kview’

In kcell-view:remove-attr:
kview.el:431:7:Warning: ‘interactive-p’ is an obsolete function (as of 23.2);
    use ‘called-interactively-p’ instead.

In kcell-view:start:
kview.el:457:56:Warning: reference to free variable ‘kview’

In kview:add-cell:
kview.el:493:33:Warning: reference to free variable ‘kview’

In kview:create:
kview.el:574:5:Warning: assignment to free variable ‘kview’
kview.el:573:43:Warning: reference to free variable ‘kview’

In kview:fill-region:
kview.el:592:50:Warning: reference to free variable ‘kview’

In kview:get-cells-status:
kview.el:645:50:Warning: reference to free variable ‘label-sep-len’
kview.el:675:54:Warning: reference to free variable ‘kview’

In kview:map-branch:
kview.el:808:55:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In kview:map-region:
kview.el:839:63:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In kview:map-siblings:
kview.el:880:57:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In kview:map-expanded-tree:
kview.el:912:54:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In kview:map-tree:
kview.el:968:51:Warning: Use ‘with-current-buffer’ rather than
    save-excursion+set-buffer

In kview:move:
kview.el:1013:46:Warning: reference to free variable ‘kview’

In kview:set-cells-status:
kview.el:1117:54:Warning: reference to free variable ‘label-sep-len’

In kview:set-functions:
kview.el:1228:19:Warning: reference to free variable ‘kview’

In kview:set-label-separator:
kview.el:1239:29:Warning: reference to free variable ‘kview’

In end of data:
kview.el:1296:1:Warning: the following functions are not known to be defined: kproperty:get,
    kcell:idstamp, kcell:get-attr, klabel:format, kcell:set-attr,
    kproperty:put, kfile:narrow-to-kcells, kproperty:set,
    kotl-mode:to-start-of-line, kotl-mode:to-end-of-line,
    kcell:plist, kproperty:previous-single-change, kcell:remove-attr,
    klabel:idstamp-p, kcell:create, kcell:create-top,
    kproperty:next-single-change, kotl-mode:tree-end, map-extents,
    extent-property, extent-end-position, kotl-mode:goto-cell,
    kcell:contents, kotl-mode:to-visible-position,
    kotl-mode:to-valid-position, kfill:forward-line,
    kotl-mode:fill-cell, kvspec:show-lines-this-cell,
    kotl-mode:hide-subtree, klabel-type:set-labels, kvspec:update,
    klabel-type:function, klabel-type:child, klabel-type:increment,
    klabel-type:parent, kproperty:replace-separator

Compiling file c:/Users/Administrator/AppData/Roaming/.emacs.d/elpa/hyperbole-5.13/kotl/kvspec.el at Wed Jun 29 09:40:34 2016

In kvspec:compute:
kvspec.el:211:24:Warning: reference to free variable ‘kvspec:label-type-alist’

In kvspec:numbering:
kvspec.el:261:30:Warning: reference to free variable ‘kvspec:label-type-alist’

In kvspec:show-lines-this-cell:
kvspec.el:269:53:Warning: reference to free variable ‘label-sep-len’

In kvspec:update-modeline:
kvspec.el:278:35:Warning: reference to free variable ‘kvspec:string-format’
kvspec.el:279:14:Warning: assignment to free variable ‘kvspec:string’
kvspec.el:291:19:Warning: reference to free variable ‘modeline-format’

In end of data:
kvspec.el:369:1:Warning: the following functions are not known to be defined:
    kotl-mode:hide-subtree, kproperty:remove, kproperty:put

#+END_COMMENT









At 2016-06-29 08:15:26, "Robert Weiner" <rsw@gnu.org> wrote:
>GNU Hyperbole 5.13 is now available for testing and use with many new features
>as described below.  Instructions on how to download and install it as an Emacs
>package are included after the What's New section.
>
>The first new feature, integration with the debbugs issues tracker, may be
>of particular interest to Emacs developers.
>
>The next release likely will be the first public release of this new
>generation of Hyperbole, so we want any level of feedback you can
>provide about what you like and don't like or anything you don't
>understand.  So if you are thinking of trying Hyperbole, now is the
>time.
>
>The GNU Hyperbole project home page gives a more extensive description
>for those unfamiliar:  https://www.gnu.org/software/hyperbole/
>
>=======================================================================
>*    What's New in GNU Hyperbole V5.13
>=======================================================================
>
>  BUTTONS
>
>    - Instant Bug Lookups and Queries: New Gnu Debbugs bug/issue tracking
>      implicit button type that jumps to the description and discussion of
>      issues by issue number and displays an issue's status.  This works for
>      the GNU Hyperbole issue tracker as well as many other GNU projects.  All
>      of these button formats may be embedded within any text:
>
>          #id-number
>          bug#id-number, bug# id-number, bug #id-number or bug id-number
>          bug?attr1=val1&attr2=val2&attr3=val3
>          bug#id-number?attr1=val1&attr2=val2&attr3=val3
>
>      Note that `issue' or `debbugs' may be used in place of `bug'.
>
>      See the documentation at the start of "hib-debbugs.el" for more
>      information.
>
>    - During the creation of link-to-Info-node explicit buttons with an
>      argument of the type (filename)nodename, full completion is offered for
>      both the filename and the node name; just type ? to list completions
>      after typing a few characters.  You now can drop the .info suffix from
>      filenames as well, so "(hyperbole)Smart Keys" works fine as a node
>      reference.
>
>    - Implicit links from the output of the UNIX apropos command now work
>      properly in Emacs 25.
>
>    - Implicit pathname matches now handle compressed Emacs Lisp files found
>      anywhere within the directories of `load-path' and do not try to expand
>      paths that begin with a ~.
>
>    - New variable, `hpath:info-suffix', is a regular expression of Info
>      filename suffixes which may be ommitted when using parenthesized Info
>      filenames in links; this allows for compressed Info file matches and Info
>      pathnames of the form "(Hyperbole)" to work.  That displays the top node
>      of the Hyperbole Manual in the Info browser.
>
>    - Pathnames ending in .mp3, .wav or .ogg are played as music files rather
>      than displayed if your Emacs has support for this.  Modify the value of
>      the variable, `hpath:internal-display-alist' to add more formats.
>
>    - New per-window system association list variables determine what if any
>      file types within Hyperbole hyperlinks are displayed by external programs
>      outside of Emacs.  See the values of and documentation for:
>      `hpath:external-display-alist-macos',
>`hpath:external-display-alist-mswindows',
>      and `hpath:external-display-alist-x'.
>
>    - Added support for &, ~, and ^ as identifier characters in Lisp tags and
>      removed #.
>
>  DOCUMENTATION
>
>    - DEMO File: Major updates to reflect the latest Hyperbole features.  Added
>      sections on HyControl, Creating and Modifying Explicit Buttons and
>      Path Suffixes and Variables.  Try it out with {C-h h d d}.
>
>    - Hyperbole Manual
>        - Updated all screenshots in the manual; thanks to Mats L.
>        - In the "(hyperbole)Internal Viewers" section, added a description of
>          the file formats supported by the default setting of the
>          `hpath:internal-display-alist' variable.
>        - Added sections "(hyperbole)Smart Key Modifiers" and
>"(hyperbole)Smart Key Modeline".
>        - Added a "(hyperbole)Glossary" entry for Chord Keyboard.
>        - In "(hyperbole)Smart Key Thing Selection", added documentation of the
>          {C-c RET} key for syntactical region marking and the {C-c .} key for
>          delimited thing jumping between start and end.
>        - In the Cust/ menu section of "(hyperbole)Menus" which lists all
>          Hyperbole key bindings, indicated which keys are bound only if not
>          bound prior to loading Hyperbole.
>
>  HYCONTROL
>
>    - Frame placement calculations now account for window system decorations
>      around frame, leading to improved placement offsets around screen edges.
>      See the documentation for `hycontrol-set-screen-offsets'.
>
>  MENUS
>
>    - On the Hyperbole menubar menu, the Types submenu which shows
>      documentation for Hyperbole types has been moved below the Documentation
>      menu to match the Hyperbole minibuffer menu location.  Also added a Types
>      menu item under the Explicit-Button menu to match the one under the
>      Implicit-Button menu.
>
>    - On the Hyperbole Customize/Change-Key-Bindings menubar menu, renamed
>      these entries and added Mark-Think-Key.  Similar updates done to the
>      minibuffer menu.
>
>  MOUSE AND SMART KEY SUPPORT
>
>    - An Action Key press on a Hyperbole minibuffer menu key sequence now
>      invokes the associated menu action.  Try it with {C-h h d g} to see the
>      Hyperbole glossary.  An Assist Key press shows help for the menu item.
>
>    - Changed the `assist-key-default-function' which applies in an unrecognized
>      context to trigger an error by default to match the behavior of the
>      Action Key.  Its prior value, toggle display of or hide the Smart Key
>      summary, is performed by an Assist Key click in the right of a modeline
>      or via minibuffer menu with {C-h h d s}.
>
>    - Point is now left within the Smart Key summary by default and it is in
>      help mode so you can page through it with SPC and DEL keys and then quit
>      from it with {q}.
>
>    - A click of the Action Mouse Key within an inactive minibuffer menu
>      displays the Hyperbole minibuffer menu, allowing you to invoke menu
>      entries with the mouse.  A click of the Assist Key in the same place
>      displays the buffer, window and frame jump menu just as does a click
>      within the middle of a modeline since it is easy to miss by a little and
>      click on one or the other.  These behaviors are controlled by the new
>      variables, `action-key-minibuffer-function' and
>      `assist-key-minibuffer-function'.
>
>    - Distributed Window System Support: Previously, Hyperbole supported mouse
>      control only on the screen on which it was launched.  If you used
>      emacsclient or other means to create a frame on another screen or outside
>      of a terminal, that frame would not have Hyperbole mouse support even
>      though it was under a window system.  Now each frame receives mouse
>      support whenever its window system has mouse support.
>
>    - Improved support for using the Action and Assist Mouse Keys as Control-
>      and Meta- modifier keys, mainly for use with a chord keyboard or to
>      balance hand use to reduce carpal tunnel stress.  Made `hmouse-mod-mode'
>      a regular minor mode.  See "(hyperbole)Smart Key Modifiers" for more
>      details.
>
>  ROLO
>
>    - Fixed entry sorting to work with Emacs 25.
>
>=======================================================================
>*  Simple Installation as an Emacs Package
>=======================================================================
>
>
>By far, the simplest and quickest way to obtain and to install Hyperbole is
>to use the Emacs Package Manager.  If you are not familiar with it, see the
>Packages section of the GNU Emacs Manual, "(emacs)Packages".
>
>If you have Hyperbole 5.10 or higher already installed and simply want to
>upgrade it, invoke the Emacs Package Manager with {M-x list-packages RET},
>then use the {U} followed by the {x} key to upgrade all out-of-date
>packages, Hyperbole among them.  Then skip the next section and move on to
>Invocation.
>
>Otherwise, to download and install the Hyperbole package, add the following
>lines to your personal Emacs initialization file, typically "~/.emacs".
>
>(require 'package)
>(setq package-check-signature nil
>      package-enable-at-startup nil) ;; Prevent double loading of libraries
>(add-to-list 'package-archives '("RSW-Packages" .
>"http://www.plasmas.biz/rswe/") t)
>(package-initialize)
>(unless (package-installed-p 'hyperbole)
>  (package-refresh-contents)
>  (package-install 'hyperbole))
>(require 'hyperbole)
>
>Then restart Emacs and if no errors occur, the latest version of Hyperbole
>will be downloaded, built and then available for use.  When it is ready,
>you will see a Hyperbole menu on your menubar and {C-h h} will display a
>Hyperbole menu in the minibuffer for quick keyboard-based selection.
>
>When Hyperbole is ready for use, you will see a Hyperbole menu on your
>menubar and {C-h h} will display a Hyperbole menu in the minibuffer for
>quick keyboard-based selection.  Select an item from this menu by typing
>the item's first letter.  Use {q} to quit from the menu.
>
>The Hyperbole Manual is included in the "man/" subdirectory of
>the Hyperbole package directory in four forms:
>
>"man/hyperbole.info"   - online Info browser version
>"man/hyperbole.html"   - web HTML version
>"man/hyperbole.pdf"    - printable version
>"man/hyperbole.texi"   - source form
>
>The Hyperbole package installation places the Info version of this
>manual where needed and adds an entry for Hyperbole into the Info
>directory under the Emacs category.  {C-h h d i} will let you
>browse the manual.  For web browsing, point your browser
>at "${hyperb:dir}/man/hyperbole.html", wherever the
>Hyperbole package directory is on your system, often this
>is: "~/.emacs.d/elpa/hyperbole-${hyperb:version}/".
>
>=======================================================================
>*    Invocation
>=======================================================================
>
>Once Hyperbole has been installed for use at your site, you can invoke its
>commands in one of three ways:
>
>   use the Hyperbole entry on your menubar;
>
>   type {C-h h} or {M-x hyperbole RET} to bring up the Hyperbole main menu
>   in the minibuffer window;
>
>   use a specific Hyperbole command such as an Action Key click {M-RET} on
>   a pathname to display the associated file or directory.
>
>Read the Hyperbole Manual, "(hyperbole)Top", to learn all about it.  A
>press of {M-RET} within the above double quotes will display the manual.
>
>-- End --
>
>_______________________________________________
>Hyperbole-users mailing list
>Hyperbole-users@gnu.org
>https://lists.gnu.org/mailman/listinfo/hyperbole-users

[-- Attachment #2: Type: text/html, Size: 81860 bytes --]

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

* Re: [Hyperbole-users] ANNOUNCE: GNU Hyperbole 5.13, a significant update, is released for testing and use
  2016-06-29  1:43 ` tumashu
@ 2016-06-29  4:31   ` Robert Weiner
  2016-06-29 11:11     ` aditya siram
  0 siblings, 1 reply; 4+ messages in thread
From: Robert Weiner @ 2016-06-29  4:31 UTC (permalink / raw)
  To: tumashu; +Cc: hyperbole-users, emacs-devel@gnu.org

On Tue, Jun 28, 2016 at 9:43 PM, tumashu <tumashu@163.com> wrote:
> Too many warn when compile el files:

Hi Tumashu:

Yes, that is a lot of warnings, more than I ever tend to see though a
lot of them are just basic warnings or related to compilation order
and will not cause any harm.  Some are calls to obsoleted functions
that are still there for compatibility or possibly because we have not
updated them yet.  If you load Hyperbole and then re-byte-compile the
number should go down a lot.

What version of Emacs are you using?

Does Hyperbole load and run for you?

Does Hyperbole match its documentation or is anything happening that
disagrees with the DEMO or the Hyperbole Manual?

Are there any specific errors that you see and can pick out that are
of concern?  An example of one that would be of concern
is your first one:

> In end of data:
> hact.el:322:1:Warning: the function ‘set:member’ might not be defined at
>     runtime.

I had not seen that one, so I'll look into it.

Bob



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

* Re: [Hyperbole-users] ANNOUNCE: GNU Hyperbole 5.13, a significant update, is released for testing and use
  2016-06-29  4:31   ` [Hyperbole-users] " Robert Weiner
@ 2016-06-29 11:11     ` aditya siram
  0 siblings, 0 replies; 4+ messages in thread
From: aditya siram @ 2016-06-29 11:11 UTC (permalink / raw)
  To: rswgnu; +Cc: tumashu, hyperbole-users, emacs-devel@gnu.org

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

Using the instructions in the top post I get the error:
require: Symbol's value as variable is void: debbugs-gnu-query
Thanks!
-deech

On Tue, Jun 28, 2016 at 11:31 PM, Robert Weiner <rsw@gnu.org> wrote:

> On Tue, Jun 28, 2016 at 9:43 PM, tumashu <tumashu@163.com> wrote:
> > Too many warn when compile el files:
>
> Hi Tumashu:
>
> Yes, that is a lot of warnings, more than I ever tend to see though a
> lot of them are just basic warnings or related to compilation order
> and will not cause any harm.  Some are calls to obsoleted functions
> that are still there for compatibility or possibly because we have not
> updated them yet.  If you load Hyperbole and then re-byte-compile the
> number should go down a lot.
>
> What version of Emacs are you using?
>
> Does Hyperbole load and run for you?
>
> Does Hyperbole match its documentation or is anything happening that
> disagrees with the DEMO or the Hyperbole Manual?
>
> Are there any specific errors that you see and can pick out that are
> of concern?  An example of one that would be of concern
> is your first one:
>
> > In end of data:
> > hact.el:322:1:Warning: the function ‘set:member’ might not be defined at
> >     runtime.
>
> I had not seen that one, so I'll look into it.
>
> Bob
>
>

[-- Attachment #2: Type: text/html, Size: 1796 bytes --]

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

end of thread, other threads:[~2016-06-29 11:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-29  0:15 ANNOUNCE: GNU Hyperbole 5.13, a significant update, is released for testing and use Robert Weiner
2016-06-29  1:43 ` tumashu
2016-06-29  4:31   ` [Hyperbole-users] " Robert Weiner
2016-06-29 11:11     ` aditya siram

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