DaemonForums  

Go Back   DaemonForums > OpenBSD > OpenBSD Packages and Ports

OpenBSD Packages and Ports Installation and upgrading of packages and ports on OpenBSD.

Reply
 
Thread Tools Display Modes
  #1   (View Single Post)  
Old 26th November 2020
stanl stanl is offline
Real Name: Stan
Package Pilot
 
Join Date: Jun 2019
Location: New York
Posts: 163
Default emacs and emacs-w3m

I've already been in contact with the folks at emacs-w3m@namazu.org concerning this issue. They've been helpful but stumped. I'm just throwing it out here in case anyone has any ideas.

Running current on a Thinkpad X220, emacs-27.1, w3m-0.5.3+git20200502.

With a minimal ~/.emacs.d/init.el consisting of nothing but:

Code:
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
(package-initialize)
(package-refresh-contents)
(package-install 'w3m)
Trying to install w3m from Melpa results in:

Code:
Leaving directory ‘/home/slaurel/.emacs.d/elpa/w3m-20201126.339’

Compiling file /home/slaurel/.emacs.d/elpa/w3m-20201126.339/bookmark-w3m.el at Thu Nov 26 11:36:56 2020
Entering directory ‘/home/slaurel/.emacs.d/elpa/w3m-20201126.339/’

Compiling file /home/slaurel/.emacs.d/elpa/w3m-20201126.339/mime-w3m.el at Thu Nov 26 11:36:56 2020
mime-w3m.el:37:1:Error: Cannot open load file: No such file or directory, mime-view

Compiling file /home/slaurel/.emacs.d/elpa/w3m-20201126.339/w3m-antenna.el at Thu Nov 26 11:36:56 2020
w3m-antenna.el:50:1:Error: Symbol’s value as variable is void: tabstop

Compiling file /home/slaurel/.emacs.d/elpa/w3m-20201126.339/w3m-bookmark.el at Thu Nov 26 11:36:57 2020
w3m-bookmark.el:40:1:Error: Symbol’s value as variable is void: tabstop

Compiling file /home/slaurel/.emacs.d/elpa/w3m-20201126.339/w3m-bug.el at Thu Nov 26 11:36:57 2020

Compiling file /home/slaurel/.emacs.d/elpa/w3m-20201126.339/w3m-cookie.el at Thu Nov 26 11:36:57 2020
w3m-cookie.el:42:1:Error: Symbol’s value as variable is void: tabstop

Compiling file /home/slaurel/.emacs.d/elpa/w3m-20201126.339/w3m-dtree.el at Thu Nov 26 11:36:57 2020
w3m-dtree.el:35:1:Error: Symbol’s value as variable is void: tabstop

Compiling file /home/slaurel/.emacs.d/elpa/w3m-20201126.339/w3m-ems.el at Thu Nov 26 11:36:57 2020

Compiling file /home/slaurel/.emacs.d/elpa/w3m-20201126.339/w3m-favicon.el at Thu Nov 26 11:36:57 2020

Compiling file /home/slaurel/.emacs.d/elpa/w3m-20201126.339/w3m-fb.el at Thu Nov 26 11:36:57 2020

Compiling file /home/slaurel/.emacs.d/elpa/w3m-20201126.339/w3m-filter.el at Thu Nov 26 11:36:57 2020
w3m-filter.el:37:1:Error: Symbol’s value as variable is void: tabstop

Compiling file /home/slaurel/.emacs.d/elpa/w3m-20201126.339/w3m-form.el at Thu Nov 26 11:36:58 2020
w3m-form.el:43:1:Error: Symbol’s value as variable is void: tabstop

Compiling file /home/slaurel/.emacs.d/elpa/w3m-20201126.339/w3m-hist.el at Thu Nov 26 11:36:58 2020

Compiling file /home/slaurel/.emacs.d/elpa/w3m-20201126.339/w3m-image.el at Thu Nov 26 11:36:58 2020

Compiling file /home/slaurel/.emacs.d/elpa/w3m-20201126.339/w3m-lnum.el at Thu Nov 26 11:36:58 2020
w3m-lnum.el:50:1:Error: Symbol’s value as variable is void: tabstop
If anyone has any deas or suggestions, I'd be grateful.

Thanks
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
confirm possible bug in cwm or emacs thirdm OpenBSD Packages and Ports 9 27th July 2013 02:58 AM
Emacs on OpenBSD on DEC VAX? haziz OpenBSD Packages and Ports 2 6th February 2013 10:24 PM
Emacs nox11 unixbsd FreeBSD Ports and Packages 2 18th March 2009 02:17 PM
C/C++ Syntax highlighting in emacs rex FreeBSD General 1 12th October 2008 03:21 AM
Emacs without X? clevershark FreeBSD Ports and Packages 3 21st May 2008 05:02 PM


All times are GMT. The time now is 01:34 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Content copyright © 2007-2010, the authors
Daemon image copyright ©1988, Marshall Kirk McKusick