Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5960223
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:47:48+00:00 2026-05-22T18:47:48+00:00

How could user-defined function symbol such as f in f [x_] = 2 x

  • 0

How could user-defined function symbol such as f in

  • f[x_] = 2 x

or variable symbols such as lotto in

  • lotto = Table[2, {10}];

be colored automatically ?


In Syntax coloring on M8 no option is offered for this.

Only Local Variables or Global symbols that have no values assigned.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T18:47:48+00:00Added an answer on May 22, 2026 at 6:47 pm

    This is not exactly what you asked for, but it may be useful to you.

    You can highlight symbols by context, using this method:

    SetOptions[$FrontEndSession, 
      AutoStyleOptions -> {"SymbolContextStyles" -> {"highlight`" -> Green}}
    ]
    
    AppendTo[$ContextPath, "highlight`"];
    

    Now, when you create a symbol in the context highlight` it will automatically be colored green:

    highlight`lotto ;
    

    enter image description here

    and since highlight` was appended to $ContextPath, after that the symbol can be used plainly:

    lotto
    

    enter image description here


    Highlighting all symbols (variables)

    If you want all the symbols you create to automatically be highlighted, then set:

    $Context = "highlight`"
    

    After that, all new symbols you create will belong to the context highlight` and will receive the color.

    New means ones that have not been previously used in the session, or have been Removed.

    It occurs to me that a better way to accomplish this, that avoids a possible “shadowing” problem, may be to set highlighting for the Global` context itself. I have not considered the ramifications of this, but it can be done with this alone:

    SetOptions[$FrontEndSession, 
      AutoStyleOptions -> {"SymbolContextStyles" -> {"Global`" -> Green}}
    ]
    

    Tips on usage

    • The context highlight` is completely arbitrary, and you can have multiple contexts highlighted with different colors.

    • You can color the contexts of packages such as Units` to distinguish which symbols belong to that package.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

When creating a user defined function is it bad to just automatically use the
What are general guidelines on when user-defined implicit conversion could, should, or should not
I'm using an istream which could be stringstream, ifstream or a user-defined stream type
Below is my table, a User could have multiple profiles in certain languages, non-English
I have had quite some difficulty trying to make a User Defined Function (UDF)
I have this problem whereby, i have created a user defined function within php.
is it possible to execute a stored procedure inside a user defined function in
I've created a user defined scalar function in sql server 2005, and I want
Hey there, I want to evaluate a mathematical function (user-defined) which returns several values
I'm trying to achieve optimization based on deterministic behavior of a user defined function

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.