Skip to content

Commit

Permalink
before branch v16
Browse files Browse the repository at this point in the history
  • Loading branch information
dieter-wilhelm committed May 18, 2015
1 parent ababb5e commit 7cdeecd
Show file tree
Hide file tree
Showing 4 changed files with 50 additions and 65 deletions.
15 changes: 7 additions & 8 deletions README
Expand Up @@ -185,7 +185,7 @@ remove the .elc files.)
- LICENSE -- The GPL (Gnu Public License) Version 3
- default.el -- Configuration (example) file
- helper/example.dat -- WorkBench example APDL solver input file
- helper/example.anf -- ANSYS neutral file example
- helper/example.anf -- ANSYS geometry neutral file example
- helper/fontification.mac -- APDL user macro and highlighting example
- doc/A-M_introductory_tutorial-16.1.1.pdf -- Your first look at ANSYS-Mode?
- doc/A-M_in-depth_tutorial-16.1.1.pdf -- A hands-on ANSYS-Mode tutorial
Expand All @@ -197,13 +197,12 @@ remove the .elc files.)
*For Windows systems*:

If applicable please grab the package of a pre-compiled Emacs-24.5
(Win32/64) bundled with a preconfigured ANSYS-Mode (for Windows 64
bit) at above Github site and unpack this archive anywhere on
your system (you do not need administrator rights). You might
subsequently run the program addpm.exe (located in the bin directory)
to add an Emacs entry to the Windows start menu (please refer to the
README.W32 file) otherwise start the Emacs executable runemacs.exe
from there.
(Win32/64) bundled with a preconfigured ANSYS-Mode at above Github
site and unpack this archive anywhere on your system (you do not need
administrator rights). You might subsequently run the program
addpm.exe (located in the bin directory) to add an Emacs entry to the
Windows start menu (please refer to the README.W32 file) otherwise
start the Emacs executable runemacs.exe from there.

ANSYS-Mode is now immediately available, by opening (check out the
`fontification.mac' example) or by creating a new APDL file with a
Expand Down
30 changes: 13 additions & 17 deletions TODO
Expand Up @@ -37,39 +37,34 @@

* 16.1.2:
** Wish-list
- Rename fontification.mac -> example.mac & make it functional
- implement -hide-region also for rotated nodes in WB .dat files
(frictionless support)
- -show-command-parameters indicating at which parameter position
the cursor is active (update tutorials)
- Display shortened key(s) for C-c C-j
- Display hints for the shortened key(s) for C-c C-j
- Indicate visually the region which was copied or send for
func. -send-to-ansys
- Rename fontification.mac -> example.mac & make it solver compatible
- GH-pages with tutorials
- GH-wiki pages
* 16.1.1:
** TODO Freeze Mai
- update -keywords.el
- create v16 branch
** Bugs
- file mode specification error: (search-failed
"nblock\\|eblock\\|cmblock" when opening .dat
- path construction in -mode.el for help program is not working, if
ansys-mode is not activated! <- autoloaded functions
- mismatch in customisation buffer of -license-file and -ansysli-servers
- C-c C-a does not take signs (e.g. +13, -8) befor numbers into account
- C-c C-a does not align a pragraph if the mark was not set (first
time file visit)!!!!!
- variables behind / and * are not highlighted! try changing the
character syntax???
- C-c C-a does not take signs (e.g. +13, -8) befor numbers into account
- variables behind / and * without whitespace in between are not
highlighted! try changing the character syntax???
- *create file tmp,mac: macro call: tmp, is not highlighted
- *msg command's format string is not higlighted (-template-element-table)
- variables are not highlighted in -skeletons?
- es not :
*mwrite
*cfclos
M-? shows help for *mwrite, when cursor behind *cfclos
- /sys,evince press-fit.pdf triggers a "search failed"
- -skeleton-information returns: file-name-extension: Wrong type argument: stringp, nil
** Release June
- Correct the creep data with total strain to creep strain!
- automatised PDFs
Expand All @@ -81,8 +76,10 @@
`ansys-skeleton-overlay'
- mouse-choose-completion is obsolete since E23.2
** Wish-list
- implement -hide-region also for rotated nodes in WB .dat files
(frictionless support)
- check *vwrite with gui mode and interactive mode (graphics window?)
- add element numbers to the general completion list, yes or not?
- add element numbers to the general completion list, yes or no?
- WikEmacs, Melpa, GNU ELPA and/or marmalade, ANSYS-Mode debian
.deb package
- HTML APDL documentation
Expand Down Expand Up @@ -183,19 +180,18 @@
download, documentation page
- publication emails (with tutorial and news):


The project is hosted on

https://github.com/dieter-wilhelm/ansys-mode

Where you can find also the latest development version.

Stable versions and prebuild packages are to be found in the
Stable versions and prebuild packages are to be found on the
releases page:

https://github.com/dieter-wilhelm/ansys-mode/releases
https://github.com/dieter-wilhelm/ansys-mode/releases

An alternative archive is at Google Drive:
An alternative releases archive is hosted at Google Drive:

https://drive.google.com/?tab=mo&authuser=0#folders/0Bxnk08BGWfexUThqbWxLX1NyeTg

Expand All @@ -213,7 +209,7 @@
Michaelk@vipac.com.au,
sparr@mfkrs1.mw.tu-dresden.de,
eyk.heinemann@continental-corporation.com,
jens.2.missung@continental-corporation.com,
jens.2.missun@continental-corporation.com,
joerg.menke@continental-corporation.com,
marius.tarnovetchi@continental-corporation.com,
razvan.ionel.curtean@continental-corporation.com,
Expand Down

0 comments on commit 7cdeecd

Please sign in to comment.