unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: "Ghosh, Partha" <Ghoshpp@unisa.ac.za>
To: "help-gnu-emacs@gnu.org" <help-gnu-emacs@gnu.org>
Subject: Problems with emacs 26.1
Date: Sun, 24 Mar 2019 07:01:53 +0000	[thread overview]
Message-ID: <DB7PR01MB4044CCD40BB093091A3DB63EF85D0@DB7PR01MB4044.eurprd01.prod.exchangelabs.com> (raw)

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

Dear List Members,

I am a new member to this list with the following problem.

I wanted to install Gnu-Emacs 26.1 on Linux Mint (kernel 4.15) running on Macbook Pro. I downloaded from tug site and the process for install ran smoothly, with config stage being provided no gnutls support. I had to choose this option since I could not figure out the necessary libraries required for this support.

After the successfull install, when I started running the newly installed version it failed to recognise:

  1.  e2wm
  2.  tabbar
  3.  yatex
  4.  setq-tex command

from the previous version of .emacs which was there.  Although pdflatex is my preferred LaTeX compilation mode, it would use latex instead.

Here is a copy of the .emacs file:

****************.emacs file***********************
;;;;;;;;;;; Emac init file: Partha Pratim Ghosh ;;;;;;;;;;;;;;;;

;; Added by Package.el.  This must come before configurations of
;; installed packages.  Don't delete this line.  If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
(package-initialize)

;; load emacs 24's package system. Add MELPA repository.
(when (>= emacs-major-version 24)
  (require 'package)
  (add-to-list
   'package-archives
   ;;'("melpa" . "http://stable.melpa.org/packages/") ; many packages won't show if using stable
   '("melpa" . "http://melpa.milkbox.net/packages/")
   t))

;;; for the e2wm window manager

(require 'e2wm)
(global-set-key (kbd "M-+") 'e2wm:start-management)

(custom-set-variables
 ;; custom-set-variables was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(column-number-mode t)
 '(cua-mode t nil (cua-base))
 '(current-language-environment "Bengali")
 '(font-use-system-font t)
 '(save-place t nil (saveplace))
 '(show-paren-mode t)
 '(size-indication-mode t)
 '(tabbar-mode t nil (tabbar)))

(custom-set-faces
 ;; custom-set-faces was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(default ((t (:family "Ubuntu Mono" :foundry "DAMA" :slant normal :weight normal :height 119 :width normal)))))

(desktop-save-mode 1)

;;; check spelling on the fly
(setq ispell-program-nam "aspell")
(setq ispell-dictionary "british")

;;; for the YaTeX mode
(setq auto-mode-alist
      (cons (cons "\\.tex$" 'yatex-mode) auto-mode-alist))

(autoload 'yatex-mode "yatex" "Yet Another LaTeX mode" t)

(add-hook 'yatex-mode-hook 'flyspell-mode)
(add-hook 'yatex-mode-hook 'flyspell-buffer)

(setq tex-command "/usr/local/texlive/2018/bin/x86_64-linux/pdflatex")

(setq dvi2-command "xreader")

;;(message "%s" (font-family-list))

***********end of .emacs file******************************

I would be thankful if I could be helped out of this situation.

With all the very best wishes and regards,

partha

------

পার্থ প্রতিম ঘোষ

[cid:593d63aa-a194-48e4-a2bb-e3c8f75dc982]

[-- Attachment #2: Outlook-34zgyt0l.jpg --]
[-- Type: image/jpeg, Size: 64417 bytes --]

             reply	other threads:[~2019-03-24  7:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-24  7:01 Ghosh, Partha [this message]
2019-03-26 18:32 ` Problems with emacs 26.1 rajudev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DB7PR01MB4044CCD40BB093091A3DB63EF85D0@DB7PR01MB4044.eurprd01.prod.exchangelabs.com \
    --to=ghoshpp@unisa.ac.za \
    --cc=help-gnu-emacs@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).