unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
* bug#15205: 24.3.50; notes-mode: Mention NOTES_BIN_DIR in Info manual
@ 2013-08-29  3:40 Kanthimathi R
  2013-08-31  5:24 ` Jambunathan K
  2021-05-30  6:05 ` Lars Ingebrigtsen
  0 siblings, 2 replies; 4+ messages in thread
From: Kanthimathi R @ 2013-08-29  3:40 UTC (permalink / raw)
  To: 15205


notes-mode: Mention NOTES_BIN_DIR in Info manual

I had to add the following to make it work.

    (setenv "NOTES_BIN_DIR"
            "/home/kjambunathan/.emacs.d/elpa/notes-mode-1.30" t)

Without the above env var set, notes-mode will be unusable.

In GNU Emacs 24.3.50.2 (i686-pc-linux-gnu, GTK+ Version 2.20.1)
 of 2013-08-28 on porunai
Bzr revision: 114042 dmantipov@yandex.ru-20130828110003-g68qe987icftmx90
Windowing system distributor `The X.Org Foundation', version 11.0.10707000
Important settings:
  value of $LANG: en_IN
  locale-coding-system: iso-latin-1-unix
  default enable-multibyte-characters: t





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

* bug#15205: 24.3.50; notes-mode: Mention NOTES_BIN_DIR in Info manual
  2013-08-29  3:40 bug#15205: 24.3.50; notes-mode: Mention NOTES_BIN_DIR in Info manual Kanthimathi R
@ 2013-08-31  5:24 ` Jambunathan K
  2021-05-30  6:05 ` Lars Ingebrigtsen
  1 sibling, 0 replies; 4+ messages in thread
From: Jambunathan K @ 2013-08-31  5:24 UTC (permalink / raw)
  To: 15205


Adding a side note (i.e., not a request):

May be do away with perl dependency....





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

* bug#15205: 24.3.50; notes-mode: Mention NOTES_BIN_DIR in Info manual
  2013-08-29  3:40 bug#15205: 24.3.50; notes-mode: Mention NOTES_BIN_DIR in Info manual Kanthimathi R
  2013-08-31  5:24 ` Jambunathan K
@ 2021-05-30  6:05 ` Lars Ingebrigtsen
  2021-07-01 11:44   ` Lars Ingebrigtsen
  1 sibling, 1 reply; 4+ messages in thread
From: Lars Ingebrigtsen @ 2021-05-30  6:05 UTC (permalink / raw)
  To: Kanthimathi R; +Cc: 15205

Kanthimathi R <rkanthimathi@hotmail.co.in> writes:

> notes-mode: Mention NOTES_BIN_DIR in Info manual
>
> I had to add the following to make it work.
>
>     (setenv "NOTES_BIN_DIR"
>             "/home/kjambunathan/.emacs.d/elpa/notes-mode-1.30" t)
>
> Without the above env var set, notes-mode will be unusable.

(I'm going through old bug reports that unfortunately got no response at
the time.)

Skimming the notes ELPA package, it seems like this should
be fixed now -- it says:

       (process-environment
        (cons (concat "NOTES_BIN_DIR=" (directory-file-name notes-utility-dir))
              process-environment)))

But I haven't tried it myself.  Are you still seeing this problem?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

* bug#15205: 24.3.50; notes-mode: Mention NOTES_BIN_DIR in Info manual
  2021-05-30  6:05 ` Lars Ingebrigtsen
@ 2021-07-01 11:44   ` Lars Ingebrigtsen
  0 siblings, 0 replies; 4+ messages in thread
From: Lars Ingebrigtsen @ 2021-07-01 11:44 UTC (permalink / raw)
  To: Kanthimathi R; +Cc: 15205

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Skimming the notes ELPA package, it seems like this should
> be fixed now -- it says:
>
>        (process-environment
>         (cons (concat "NOTES_BIN_DIR=" (directory-file-name notes-utility-dir))
>               process-environment)))
>
> But I haven't tried it myself.  Are you still seeing this problem?

More information was requested, but no response was given within a
month, so I'm closing this bug report.  If the problem still exists,
please respond to this email and we'll reopen the bug report.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





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

end of thread, other threads:[~2021-07-01 11:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-29  3:40 bug#15205: 24.3.50; notes-mode: Mention NOTES_BIN_DIR in Info manual Kanthimathi R
2013-08-31  5:24 ` Jambunathan K
2021-05-30  6:05 ` Lars Ingebrigtsen
2021-07-01 11:44   ` Lars Ingebrigtsen

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